contrib/win32/buildlocal.bat
author Martin von Zweigbergk <martinvonz@google.com>
Sat, 09 Feb 2019 23:48:19 -0800
changeset 41669 a13268524c25
parent 13383 70ef5b610222
permissions -rw-r--r--
match: delete unused argument "listsubrepos" from _buildmatch() Seems to have been unused since 9f9ffe5f687c (match: compose 'set:' pattern as matcher, 2018-06-10). Differential Revision: https://phab.mercurial-scm.org/D5924

@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