Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 4829

Show
Ignore:
Timestamp:
08/27/06 06:49:20 (2 years ago)
Author:
minam
Message:

Remove unused line in SCM::Base (closes #5619)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/capistrano/CHANGELOG

    r4828 r4829  
    11*SVN* 
     2 
     3* Remove unused line in SCM::Base (closes #5619) [chris@seagul.co.uk] 
    24 
    35* More efficient "svn log" usage (closes #5620) [Anatol Pomozov] 
  • tools/capistrano/lib/capistrano/scm/base.rb

    r3957 r4829  
    2929 
    3030        def run_checkout(actor, guts, &block) 
    31           log = "#{configuration.deploy_to}/revisions.log" 
    3231          directory = File.basename(configuration.release_path) 
    3332