diff install.sh @ 290:65a5097587d4

Adding `terse-status` and `hgremotenames` to Mercurial.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 19 Mar 2015 17:02:58 -0700
parents 897a6823d603
children 6938fb0146f5
line wrap: on
line diff
--- a/install.sh	Fri Feb 20 11:49:18 2015 -0800
+++ b/install.sh	Thu Mar 19 17:02:58 2015 -0700
@@ -29,6 +29,8 @@
 echo prompt = $CWD/lib/hg/hg-prompt/prompt.py >> "$HOME/.hgrc"
 echo changelog = $CWD/lib/hg/changelog/changelog.py >> "$HOME/.hgrc"
 echo evolve = $CWD/lib/hg/mutable-history/hgext/evolve.py >> "$HOME/.hgrc"
+echo terse-status = $CWD/lib/hg/terse-status/terse-status.py >> "$HOME/.hgrc"
+echo remotenames = $CWD/lib/hg/hgremotenames/remotenames.py >> "$HOME/.hgrc"
 
 # GIT
 # ---