Mercurial > dotfiles
comparison install.cmd @ 241:e869b2f99c75
Start using `hg-prompt`.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 24 Dec 2014 15:30:57 -0800 |
parents | facdcef5aa67 |
children | 65a5097587d4 |
comparison
equal
deleted
inserted
replaced
240:3a6b11d16a2a | 241:e869b2f99c75 |
---|---|
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 echo allpaths = %CWD:\=/%lib/hg/allpaths/allpaths.py >> "%userprofile%\mercurial.ini" |
31 echo prompt = %CWD:\=/%lib/hg/hg-prompt/prompt.py >> "%userprofile%\mercurial.ini" | |
31 | 32 |
32 :: Git Files | 33 :: Git Files |
33 if exist "%userprofile%\.gitconfig" ( | 34 if exist "%userprofile%\.gitconfig" ( |
34 set /P confirm=Will delete existing "%userprofile%\.gitconfig". OK with that? Press CTRL-C to abort. | 35 set /P confirm=Will delete existing "%userprofile%\.gitconfig". OK with that? Press CTRL-C to abort. |
35 del /Q "%userprofile%\.gitconfig" | 36 del /Q "%userprofile%\.gitconfig" |