diff install.cmd @ 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 e869b2f99c75
children 6938fb0146f5
line wrap: on
line diff
--- a/install.cmd	Fri Feb 20 11:49:18 2015 -0800
+++ b/install.cmd	Thu Mar 19 17:02:58 2015 -0700
@@ -29,6 +29,10 @@
 echo onsub = %CWD:\=/%lib/hg/onsub/onsub.py >> "%userprofile%\mercurial.ini"
 echo allpaths = %CWD:\=/%lib/hg/allpaths/allpaths.py >> "%userprofile%\mercurial.ini"
 echo prompt = %CWD:\=/%lib/hg/hg-prompt/prompt.py >> "%userprofile%\mercurial.ini"
+echo changelog = %CWD:\=/%lib/hg/changelog/changelog.py >> "%userprofile%\mercurial.ini"
+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"
 
 :: Git Files
 if exist "%userprofile%\.gitconfig" (