contrib/win32/buildlocal.bat
author Nathan Goldbaum <nathan12343@gmail.com>
Tue, 28 May 2019 14:39:26 -0400
changeset 42420 bfd65b5e070b
parent 13383 70ef5b610222
permissions -rw-r--r--
help: clarify overlap of revlog header and first revlog entry Differential Revision: https://phab.mercurial-scm.org/D6449

@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