contrib/win32/buildlocal.bat
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 18 Dec 2018 00:54:32 -0500
changeset 40984 6a372f943e49
parent 13383 70ef5b610222
permissions -rw-r--r--
py3: convert popen() command arguments in hgclient to str on Windows This fixes test-commandserver.t and test-keyword.t, which was previously complaining TypeError("a bytes-like object is required, not 'str'")

@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