mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Remove unused line in SCM::Base (closes #5619)
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@4829 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
71ffb5dc1a
commit
fd2b1cc00b
2 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||
|
|
|
@ -28,7 +28,6 @@ module Capistrano
|
|||
private
|
||||
|
||||
def run_checkout(actor, guts, &block)
|
||||
log = "#{configuration.deploy_to}/revisions.log"
|
||||
directory = File.basename(configuration.release_path)
|
||||
|
||||
command = <<-STR
|
||||
|
|
Loading…
Reference in a new issue