comparison install.cmd @ 324:252fda0d7c60

Add path-pattern extension for Mercurial.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 12 Oct 2015 08:43:49 -0700
parents 65165c2de85e
children 8e28cc541519
comparison
equal deleted inserted replaced
323:e2d944ecda66 324:252fda0d7c60
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" 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" 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" 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" 35 echo remotenames = %CWD:\=/%lib/hg/hgremotenames/remotenames.py >> "%userprofile%\mercurial.ini"
36 echo path-pattern = %CWD:\=/%lib/hg/path-pattern/path_pattern.py >> "%userprofile%\mercurial.ini"
36 37
37 :: Git Files 38 :: Git Files
38 if exist "%userprofile%\.gitconfig" ( 39 if exist "%userprofile%\.gitconfig" (
39 set /P confirm=Will delete existing "%userprofile%\.gitconfig". OK with that? Press CTRL-C to abort. 40 set /P confirm=Will delete existing "%userprofile%\.gitconfig". OK with that? Press CTRL-C to abort.
40 del /Q "%userprofile%\.gitconfig" 41 del /Q "%userprofile%\.gitconfig"