Mercurial > dotfiles
comparison install.sh @ 336:4c2527e1a313
Fix Mercurial extension modules.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 20 Jan 2016 22:29:58 -0800 |
parents | 8e28cc541519 |
children | 8c421f9af957 |
comparison
equal
deleted
inserted
replaced
335:4888e2f3bc1d | 336:4c2527e1a313 |
---|---|
23 echo [ui] >> "$HOME/.hgrc" | 23 echo [ui] >> "$HOME/.hgrc" |
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/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" | 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 echo path-pattern = $CWD/lib/hg/path-pattern/mercurial_path_pattern.py >> "$HOME/.hgrc" |
35 | 35 |
36 # GIT | 36 # GIT |
37 # --- | 37 # --- |
38 ln -s "$CWD/git/gitconfig" "$HOME/.gitconfig" | 38 ln -s "$CWD/git/gitconfig" "$HOME/.gitconfig" |
39 | 39 |