contrib/win32/buildlocal.bat
author Pierre-Yves David <pierre-yves.david@fb.com>
Wed, 17 Jun 2015 19:19:57 -0700
changeset 25621 21a874693619
parent 13383 70ef5b610222
permissions -rw-r--r--
revset: refactor the non-public phase code Code for draft and secret are the same. We'll make it more complex to take advantages of the set recomputed in C, so we first refactor the code to only have one place to update (and make sure all behave properly). We do not refactor the 'public()' code because it does not have a natively computed set.

@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