Mercurial > dotfiles
diff install.cmd @ 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 | 8021bd1438f6 |
line wrap: on
line diff
--- a/install.cmd Tue Nov 22 16:18:32 2011 -0800 +++ b/install.cmd Tue Nov 22 16:18:49 2011 -0800 @@ -10,3 +10,6 @@ echo [extensions] >> "%userprofile%\mercurial.ini" echo hggit = %CWD:\=/%lib/hg/hg-git/hggit/ >> "%userprofile%\mercurial.ini" echo onsub = %CWD:\=/%lib/hg/onsub/onsub.py >> "%userprofile%\mercurial.ini" + +mklink "%userprofile%\mercurial_ignore" "%CWD%hgrc\hgignore" +