Mercurial > dotfiles
comparison install.cmd @ 290:65a5097587d4
Adding `terse-status` and `hgremotenames` to Mercurial.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 19 Mar 2015 17:02:58 -0700 |
parents | e869b2f99c75 |
children | 6938fb0146f5 |
comparison
equal
deleted
inserted
replaced
289:8b6ca7e40f37 | 290:65a5097587d4 |
---|---|
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" |
32 echo changelog = %CWD:\=/%lib/hg/changelog/changelog.py >> "%userprofile%\mercurial.ini" | |
33 echo evolve = %CWD:\=/%lib/hg/mutable-history/hgext/evolve.py >> "%userprofile%\mercurial.ini" | |
34 echo terse-status = %CWD:\=/%lib/hg/terse-status/terse-status.py >> "%userprofile%\mercurial.ini" | |
35 echo remotenames = %CWD:\=/%lib/hg/hgremotenames/remotenames.py >> "%userprofile%\mercurial.ini" | |
32 | 36 |
33 :: Git Files | 37 :: Git Files |
34 if exist "%userprofile%\.gitconfig" ( | 38 if exist "%userprofile%\.gitconfig" ( |
35 set /P confirm=Will delete existing "%userprofile%\.gitconfig". OK with that? Press CTRL-C to abort. | 39 set /P confirm=Will delete existing "%userprofile%\.gitconfig". OK with that? Press CTRL-C to abort. |
36 del /Q "%userprofile%\.gitconfig" | 40 del /Q "%userprofile%\.gitconfig" |