aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2009-10-05 16:39:24 -0700
committerAdam Vandenberg2009-10-08 17:21:55 -0700
commit7f7cd30cf847ee7a2365d4b102cdd65fd524724d (patch)
treec769d10c2f69bbcfa908fcb61b1ae377c2a26c91 /Library
parent5568cb29765f40ad50a4ba895eb23513e2661273 (diff)
downloadhomebrew-7f7cd30cf847ee7a2365d4b102cdd65fd524724d.tar.bz2
Remove invalid copied comment.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/download_strategy.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb
index 2d6b17aa1..3b9a9dd49 100644
--- a/Library/Homebrew/download_strategy.rb
+++ b/Library/Homebrew/download_strategy.rb
@@ -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