diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/download_strategy.rb | 1 |
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 |
