Remove invalid copied comment.

This commit is contained in:
Adam Vandenberg 2009-10-05 16:39:24 -07:00
parent 82bbe5e074
commit 5a48d297f2

View File

@ -200,7 +200,6 @@ class MercurialDownloadStrategy <AbstractDownloadStrategy
def stage
dst=Dir.getwd
Dir.chdir @clone do
# http://stackoverflow.com/questions/160608/how-to-do-a-git-export-like-svn-export
safe_system 'hg', 'archive', '-y', '-t', 'files', dst
end
end