diff install.cmd @ 324:252fda0d7c60

Add path-pattern extension for Mercurial.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 12 Oct 2015 08:43:49 -0700
parents 65165c2de85e
children 8e28cc541519
line wrap: on
line diff
--- a/install.cmd	Mon Oct 12 08:32:49 2015 -0700
+++ b/install.cmd	Mon Oct 12 08:43:49 2015 -0700
@@ -33,6 +33,7 @@
 echo evolve = %CWD:\=/%lib/hg/mutable-history/hgext/evolve.py >> "%userprofile%\mercurial.ini"
 echo terse-status = %CWD:\=/%lib/hg/terse-status/terse-status.py >> "%userprofile%\mercurial.ini"
 echo remotenames = %CWD:\=/%lib/hg/hgremotenames/remotenames.py >> "%userprofile%\mercurial.ini"
+echo path-pattern = %CWD:\=/%lib/hg/path-pattern/path_pattern.py >> "%userprofile%\mercurial.ini"
 
 :: Git Files
 if exist "%userprofile%\.gitconfig" (