contrib/win32/buildlocal.bat
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 25 Nov 2016 09:10:30 +0100
changeset 30532 66b162fa3ffa
parent 13383 70ef5b610222
permissions -rw-r--r--
revert: prompt before removing files in interactive mode Prior to this change, files to be removed (i.e. files added since the revision to revert to) were unconditionally removed despite the interactive mode. Now prompt before actually removing the files, as this is done for other actions (e.g. forget).

@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