diff install.cmd @ 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 e869b2f99c75
line wrap: on
line diff
--- a/install.cmd	Tue Sep 16 21:10:59 2014 -0700
+++ b/install.cmd	Thu Sep 18 20:53:53 2014 -0700
@@ -27,6 +27,7 @@
 echo [extensions] >> "%userprofile%\mercurial.ini"
 echo hggit = %CWD:\=/%lib/hg/hg-git/hggit/ >> "%userprofile%\mercurial.ini"
 echo onsub = %CWD:\=/%lib/hg/onsub/onsub.py >> "%userprofile%\mercurial.ini"
+echo allpaths = %CWD:\=/%lib/hg/allpaths/allpaths.py >> "%userprofile%\mercurial.ini"
 
 :: Git Files
 if exist "%userprofile%\.gitconfig" (