Mercurial > dotfiles
comparison install.cmd @ 300:65165c2de85e
Don't get double slashes. They're ugly.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 22 May 2015 15:19:32 -0700 |
parents | 9056a39ef016 |
children | 252fda0d7c60 |
comparison
equal
deleted
inserted
replaced
299:8959592285b9 | 300:65165c2de85e |
---|---|
21 set /P confirm=Will delete existing "%userprofile%\mercurial.ini". OK with that? Press CTRL-C to abort. | 21 set /P confirm=Will delete existing "%userprofile%\mercurial.ini". OK with that? Press CTRL-C to abort. |
22 del /Q "%userprofile%\mercurial.ini" | 22 del /Q "%userprofile%\mercurial.ini" |
23 ) | 23 ) |
24 echo %%include %CWD%hgrc\hgrc > "%userprofile%\mercurial.ini" | 24 echo %%include %CWD%hgrc\hgrc > "%userprofile%\mercurial.ini" |
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 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 echo prompt = %CWD:\=/%lib/hg/hg-prompt/prompt.py >> "%userprofile%\mercurial.ini" |