comparison 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
comparison
equal deleted inserted replaced
252:a2e31e166cb9 253:18d7db1d1863
25 echo [extensions] >> "$HOME/.hgrc" 25 echo [extensions] >> "$HOME/.hgrc"
26 echo hggit = $CWD/lib/hg/hg-git/hggit/ >> "$HOME/.hgrc" 26 echo hggit = $CWD/lib/hg/hg-git/hggit/ >> "$HOME/.hgrc"
27 echo onsub = $CWD/lib/hg/onsub/onsub.py >> "$HOME/.hgrc" 27 echo onsub = $CWD/lib/hg/onsub/onsub.py >> "$HOME/.hgrc"
28 echo allpaths = $CWD/lib/hg/allpaths/allpaths.py >> "$HOME/.hgrc" 28 echo allpaths = $CWD/lib/hg/allpaths/allpaths.py >> "$HOME/.hgrc"
29 echo prompt = $CWD/lib/hg/hg-prompt/prompt.py >> "$HOME/.hgrc" 29 echo prompt = $CWD/lib/hg/hg-prompt/prompt.py >> "$HOME/.hgrc"
30 echo changelog = $CWD/lib/hg/changelog/changelog.py >> "$HOME/.hgrc"
30 31
31 # GIT 32 # GIT
32 # --- 33 # ---
33 cp "$CWD/git/gitconfig" "$HOME/.gitconfig" 34 cp "$CWD/git/gitconfig" "$HOME/.gitconfig"
34 35