contrib/win32/buildlocal.bat
author Manuel Jacob <me@manueljacob.de>
Sat, 11 Jul 2020 01:14:00 +0200
changeset 45088 3e40abe0a170
parent 13383 70ef5b610222
permissions -rw-r--r--
commit: factor out empty commit check to `basectx.isempty()` This enables reuse in other places, e.g. those dealing with `memctx`. Differential Revision: https://phab.mercurial-scm.org/D8729

@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