changeset 225:facdcef5aa67

Add `allpaths` to the installer.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 18 Sep 2014 20:53:53 -0700
parents 4619b824e823
children 210c011ffd52
files .hgsubstate install.cmd install.sh
diffstat 3 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgsubstate	Tue Sep 16 21:10:59 2014 -0700
+++ b/.hgsubstate	Thu Sep 18 20:53:53 2014 -0700
@@ -10,7 +10,7 @@
 eb9fc8676b8959c3c2c95bf6b6e8f0f44317c5c0 vim/bundle/gundo
 cae2a1c22cfd846322e3fd6506d5ade0ed58b9e3 vim/bundle/gutentags
 33279476a63276cf5858a568283407dd98d7eb74 vim/bundle/haml
-8ec747b13dc12dd653e2ec715c939596b3b2457e vim/bundle/lawrencium
+e66df94ebcebc5f806c225eb932d53a6449f39c1 vim/bundle/lawrencium
 5d965c221b90fb168bf9f447a332c9ff6f62e666 vim/bundle/less
 b69e54f4bf0a0ee26f6582ee8764b25529610c88 vim/bundle/linediff
 61deff1362b5ea4c63eead77a52c51316fa7d433 vim/bundle/markdown
--- 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" (
--- 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
 # ---