Mercurial > dotfiles
comparison install.cmd @ 225:facdcef5aa67
Add `allpaths` to the installer.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 18 Sep 2014 20:53:53 -0700 |
parents | 1ba0daaa8e4e |
children | e869b2f99c75 |
comparison
equal
deleted
inserted
replaced
224:4619b824e823 | 225:facdcef5aa67 |
---|---|
25 echo [ui] >> "%userprofile%\mercurial.ini" | 25 echo [ui] >> "%userprofile%\mercurial.ini" |
26 echo ignore = %CWD:\=/%/hgrc/hgignore >> "%userprofile%\mercurial.ini" | 26 echo ignore = %CWD:\=/%/hgrc/hgignore >> "%userprofile%\mercurial.ini" |
27 echo [extensions] >> "%userprofile%\mercurial.ini" | 27 echo [extensions] >> "%userprofile%\mercurial.ini" |
28 echo hggit = %CWD:\=/%lib/hg/hg-git/hggit/ >> "%userprofile%\mercurial.ini" | 28 echo hggit = %CWD:\=/%lib/hg/hg-git/hggit/ >> "%userprofile%\mercurial.ini" |
29 echo onsub = %CWD:\=/%lib/hg/onsub/onsub.py >> "%userprofile%\mercurial.ini" | 29 echo onsub = %CWD:\=/%lib/hg/onsub/onsub.py >> "%userprofile%\mercurial.ini" |
30 echo allpaths = %CWD:\=/%lib/hg/allpaths/allpaths.py >> "%userprofile%\mercurial.ini" | |
30 | 31 |
31 :: Git Files | 32 :: Git Files |
32 if exist "%userprofile%\.gitconfig" ( | 33 if exist "%userprofile%\.gitconfig" ( |
33 set /P confirm=Will delete existing "%userprofile%\.gitconfig". OK with that? Press CTRL-C to abort. | 34 set /P confirm=Will delete existing "%userprofile%\.gitconfig". OK with that? Press CTRL-C to abort. |
34 del /Q "%userprofile%\.gitconfig" | 35 del /Q "%userprofile%\.gitconfig" |