contrib/win32/buildlocal.bat
author Martin Geisler <mg@aragost.com>
Wed, 18 May 2011 15:13:26 +0200
branchstable
changeset 14360 ab687820c4cc
parent 13383 70ef5b610222
permissions -rw-r--r--
subrepo: respect non-default path for incoming/outgoing Push and pull set repo._subtoppath before pushing or pulling subrepos. The incoming and outgoing commands needed to do the same.

@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