Mercurial > dotfiles
comparison install.sh @ 34:c3a77eaa467a
Added 'onsub' extension for Mercurial.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 22 Nov 2011 12:07:08 -0800 |
parents | 8c7a7782a2a1 |
children | 92926116c4dd |
comparison
equal
deleted
inserted
replaced
33:8c7a7782a2a1 | 34:c3a77eaa467a |
---|---|
6 ln -s "$CWD/vim/vimrc" "$HOME/.vimrc" | 6 ln -s "$CWD/vim/vimrc" "$HOME/.vimrc" |
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" |