diff install.sh @ 225:facdcef5aa67

Add `allpaths` to the installer.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 18 Sep 2014 20:53:53 -0700
parents 1ba0daaa8e4e
children 210c011ffd52
line wrap: on
line diff
--- a/install.sh	Tue Sep 16 21:10:59 2014 -0700
+++ b/install.sh	Thu Sep 18 20:53:53 2014 -0700
@@ -20,6 +20,7 @@
 echo [extensions] >> "$HOME/.hgrc"
 echo hggit = $CWD/lib/hg/hg-git/hggit/ >> "$HOME/.hgrc"
 echo onsub = $CWD/lib/hg/onsub/onsub.py >> "$HOME/.hgrc"
+echo allpaths = $CWD/lib/hg/allpaths/allpaths.py >> "$HOME/.hgrc"
 
 # GIT
 # ---