comparison install.sh @ 290:65a5097587d4

Adding `terse-status` and `hgremotenames` to Mercurial.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 19 Mar 2015 17:02:58 -0700
parents 897a6823d603
children 6938fb0146f5
comparison
equal deleted inserted replaced
289:8b6ca7e40f37 290:65a5097587d4
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 echo changelog = $CWD/lib/hg/changelog/changelog.py >> "$HOME/.hgrc"
31 echo evolve = $CWD/lib/hg/mutable-history/hgext/evolve.py >> "$HOME/.hgrc" 31 echo evolve = $CWD/lib/hg/mutable-history/hgext/evolve.py >> "$HOME/.hgrc"
32 echo terse-status = $CWD/lib/hg/terse-status/terse-status.py >> "$HOME/.hgrc"
33 echo remotenames = $CWD/lib/hg/hgremotenames/remotenames.py >> "$HOME/.hgrc"
32 34
33 # GIT 35 # GIT
34 # --- 36 # ---
35 cp "$CWD/git/gitconfig" "$HOME/.gitconfig" 37 cp "$CWD/git/gitconfig" "$HOME/.gitconfig"
36 38