aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorAdam Vandenberg2009-10-05 16:39:24 -0700
committerAdam Vandenberg2009-10-08 17:21:55 -0700
commit5a48d297f283371e2d8b94f2c4c09896629ce938 (patch)
treec95484389e040b20d0fc85ddc77d288391cd14ff /Library/Homebrew
parent82bbe5e074feb587ca85e8bb221f0815cf400e86 (diff)
downloadbrew-5a48d297f283371e2d8b94f2c4c09896629ce938.tar.bz2
Remove invalid copied comment.
Diffstat (limited to 'Library/Homebrew')
-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