contrib/win32/buildlocal.bat
author Erik Huelsmann <ehuels@gmail.com>
Sun, 16 Aug 2015 10:19:00 +0200
changeset 26071 ff12a6c63c3d
parent 13383 70ef5b610222
permissions -rw-r--r--
filemerge: add 'union' merge to internal merge tool 'union merge' is a merge strategy which adds both left and right hand side of a conflict region. Git implements this merge strategy which is very practical to have for merging e.g. the Changelog file.

@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