diff install.sh @ 324:252fda0d7c60

Add path-pattern extension for Mercurial.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 12 Oct 2015 08:43:49 -0700
parents 9056a39ef016
children 8e28cc541519
line wrap: on
line diff
--- a/install.sh	Mon Oct 12 08:32:49 2015 -0700
+++ b/install.sh	Mon Oct 12 08:43:49 2015 -0700
@@ -31,6 +31,7 @@
 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"
+echo path-pattern = $CWD/lib/hg/path-pattern/path_pattern.py >> "$HOME/.hgrc"
 
 # GIT
 # ---