comparison install.sh @ 324:252fda0d7c60

Add path-pattern extension for Mercurial.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 12 Oct 2015 08:43:49 -0700
parents 9056a39ef016
children 8e28cc541519
comparison
equal deleted inserted replaced
323:e2d944ecda66 324:252fda0d7c60
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" 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" 33 echo remotenames = $CWD/lib/hg/hgremotenames/remotenames.py >> "$HOME/.hgrc"
34 echo path-pattern = $CWD/lib/hg/path-pattern/path_pattern.py >> "$HOME/.hgrc"
34 35
35 # GIT 36 # GIT
36 # --- 37 # ---
37 ln -s "$CWD/git/gitconfig" "$HOME/.gitconfig" 38 ln -s "$CWD/git/gitconfig" "$HOME/.gitconfig"
38 39