changeset 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 a2e31e166cb9
children 9ea1d601383e
files install.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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
 # ---