From 47d889c1e95c1ad3f6a061bd2007274c8c8a874c Mon Sep 17 00:00:00 2001
From: Craig Kerstiens <craig.kerstiens@gmail.com>
Date: Thu, 17 Nov 2011 09:30:28 -0800
Subject: [PATCH] loading virtualenv if we install mercurial

---
 bin/compile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/compile b/bin/compile
index fd8edc3f..2509eac8 100755
--- a/bin/compile
+++ b/bin/compile
@@ -115,6 +115,7 @@ fi
 
 if (grep -Fiq "hg+" requirements.txt) then
   PIP_DOWNLOAD_CACHE=$PIP_DOWNLOAD_CACHE bin/pip install --use-mirrors mercurial | indent
+  source bin/activate
 fi
 
 echo "-----> Installing dependencies using pip version $(bin/pip --version | awk '{print $2}')"
-- 
GitLab