From edb046bea8e2fc859b70162bbafd2128ee9cb600 Mon Sep 17 00:00:00 2001 From: Ben Cochran Date: Wed, 16 Dec 2009 15:32:58 -0600 Subject: [PATCH] Removed cloning a specific revision from the mercurial download strategy. When cloning a mercurial repository from a tagged revision, that tag definition isn't actually included. This causes `hg archive -r tag_name` to fail. Instead, just clone the repository's head and the `hg archive -r revision` will handle getting the correct revision to for the build --- Library/Homebrew/download_strategy.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index e2a50b1d34..1d796f673f 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -243,9 +243,6 @@ class MercurialDownloadStrategy