# HG changeset patch # User Ludovic Chabant # Date 1420615090 28800 # Node ID 18d7db1d1863849886b0ed6fd5d15172e2a1a80b # Parent a2e31e166cb9ba5ed80753a233e488e7bd6ed034 Add the changelog extension to the master Mercurial config. diff -r a2e31e166cb9 -r 18d7db1d1863 install.sh --- 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 # ---