Mercurial > dotfiles
comparison install.sh @ 40:92926116c4dd
Added link to global hgignore.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 22 Nov 2011 16:18:49 -0800 |
parents | c3a77eaa467a |
children | b5f45325f37a |
comparison
equal
deleted
inserted
replaced
39:c0db5cb58fe1 | 40:92926116c4dd |
---|---|
7 | 7 |
8 echo %include $CWD/hgrc/hgrc > "$HOME/.hgrc" | 8 echo %include $CWD/hgrc/hgrc > "$HOME/.hgrc" |
9 echo [extensions] >> "$HOME/.hgrc" | 9 echo [extensions] >> "$HOME/.hgrc" |
10 echo hggit = $CWD/lib/hg/hg-git/hggit/ >> "$HOME/.hgrc" | 10 echo hggit = $CWD/lib/hg/hg-git/hggit/ >> "$HOME/.hgrc" |
11 echo onsub = $CWD/lib/hg/onsub/onsub.py >> "%userprofile%\mercurial.ini" | 11 echo onsub = $CWD/lib/hg/onsub/onsub.py >> "%userprofile%\mercurial.ini" |
12 | |
13 ln -s "$CWD/hgrc/hgignore" "$HOME/.hgignore" | |
14 |