changeset 336:4c2527e1a313

Fix Mercurial extension modules.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 20 Jan 2016 22:29:58 -0800
parents 4888e2f3bc1d
children 400d9f6a1e8a
files install.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/install.sh	Sat Jan 02 21:17:25 2016 -0800
+++ b/install.sh	Wed Jan 20 22:29:58 2016 -0800
@@ -25,13 +25,13 @@
 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"
+echo allpaths = $CWD/lib/hg/allpaths/mercurial_all_paths.py >> "$HOME/.hgrc"
 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"
-echo path-pattern = $CWD/lib/hg/path-pattern/path_pattern.py >> "$HOME/.hgrc"
+echo path-pattern = $CWD/lib/hg/path-pattern/mercurial_path_pattern.py >> "$HOME/.hgrc"
 
 # GIT
 # ---