comparison install.sh @ 241:e869b2f99c75

Start using `hg-prompt`.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 24 Dec 2014 15:30:57 -0800
parents 2a497a1a1a3a
children 18d7db1d1863
comparison
equal deleted inserted replaced
240:3a6b11d16a2a 241:e869b2f99c75
24 echo ignore = $CWD/hgrc/hgignore >> "$HOME/.hgrc" 24 echo ignore = $CWD/hgrc/hgignore >> "$HOME/.hgrc"
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 30
30 # GIT 31 # GIT
31 # --- 32 # ---
32 cp "$CWD/git/gitconfig" "$HOME/.gitconfig" 33 cp "$CWD/git/gitconfig" "$HOME/.gitconfig"
33 34