diff install.sh @ 253:18d7db1d1863

Add the changelog extension to the master Mercurial config.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 06 Jan 2015 23:18:10 -0800
parents e869b2f99c75
children 53b522bf4cd4
line wrap: on
line diff
--- a/install.sh	Tue Jan 06 23:17:26 2015 -0800
+++ b/install.sh	Tue Jan 06 23:18:10 2015 -0800
@@ -27,6 +27,7 @@
 echo onsub = $CWD/lib/hg/onsub/onsub.py >> "$HOME/.hgrc"
 echo allpaths = $CWD/lib/hg/allpaths/allpaths.py >> "$HOME/.hgrc"
 echo prompt = $CWD/lib/hg/hg-prompt/prompt.py >> "$HOME/.hgrc"
+echo changelog = $CWD/lib/hg/changelog/changelog.py >> "$HOME/.hgrc"
 
 # GIT
 # ---