contrib/win32/buildlocal.bat
author Sean Farley <sean.michael.farley@gmail.com>
Wed, 20 Nov 2013 13:19:55 -0500
changeset 20125 191ab08e7099
parent 13383 70ef5b610222
permissions -rw-r--r--
bash_completion: determine root executable in case of alias This solves an issue for users that have "alias hg='hg --some_opts'" where they would see wrong entries in the completion output (such as color codes).

@echo off
rem Double-click this file to (re)build Mercurial for Windows in place.
rem Useful for testing and development.
cd ..\..
del /Q mercurial\*.pyd
del /Q mercurial\*.pyc
rmdir /Q /S mercurial\locale
python setup.py build_py -c -d . build_ext -i build_mo
pause