comparison install.sh @ 338:8c421f9af957

Remove hgremotenames.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 20 Jan 2016 22:52:36 -0800
parents 4c2527e1a313
children aad209194477
comparison
equal deleted inserted replaced
337:400d9f6a1e8a 338:8c421f9af957
28 echo allpaths = $CWD/lib/hg/allpaths/mercurial_all_paths.py >> "$HOME/.hgrc" 28 echo allpaths = $CWD/lib/hg/allpaths/mercurial_all_paths.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" 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"
34 echo path-pattern = $CWD/lib/hg/path-pattern/mercurial_path_pattern.py >> "$HOME/.hgrc" 33 echo path-pattern = $CWD/lib/hg/path-pattern/mercurial_path_pattern.py >> "$HOME/.hgrc"
35 34
36 # GIT 35 # GIT
37 # --- 36 # ---
38 ln -s "$CWD/git/gitconfig" "$HOME/.gitconfig" 37 ln -s "$CWD/git/gitconfig" "$HOME/.gitconfig"