contrib/win32/buildlocal.bat
author Siddharth Agarwal <sid0@fb.com>
Thu, 15 Oct 2015 01:22:01 -0700
changeset 26787 64848559413a
parent 13383 70ef5b610222
permissions -rw-r--r--
merge.applyupdates: call driverconclude after performing merge actions This will be a chance for the merge driver to finish resolving or generating any driver-resolved files. As before, having a separate error state from 'unresolved' is too big a refactoring for now, so we hack around it by setting unresolved to a positive value when necessary.

@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