Skip to content

Commit

Permalink
Remove unused line in SCM::Base (closes #5619)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@4829 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jamis committed Aug 27, 2006
1 parent 0571441 commit 2196da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,5 +1,7 @@
*SVN*

* Remove unused line in SCM::Base (closes #5619) [chris@seagul.co.uk]

* More efficient "svn log" usage (closes #5620) [Anatol Pomozov]

* Better support for key passphrases in the SVN module (closes #5920) [llasram@gmail.com]
Expand Down
1 change: 0 additions & 1 deletion lib/capistrano/scm/base.rb
Expand Up @@ -28,7 +28,6 @@ def update(actor)
private

def run_checkout(actor, guts, &block)
log = "#{configuration.deploy_to}/revisions.log"
directory = File.basename(configuration.release_path)

command = <<-STR
Expand Down

0 comments on commit 2196da0

Please sign in to comment.