contrib/win32/buildlocal.bat
author Boris Feld <boris.feld@octobus.net>
Mon, 26 Nov 2018 00:15:12 +0100
changeset 40740 30d878cb102d
parent 13383 70ef5b610222
permissions -rw-r--r--
perf: rename `perfhelper-tracecopies` to `perfhelper-pathcopies` The command it supports is called `perfpathcopies`. It seems better to align the names.

@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