contrib/win32/buildlocal.bat
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
Sat, 04 Oct 2014 17:52:59 -0400
changeset 22768 66bf251ee672
parent 13383 70ef5b610222
permissions -rw-r--r--
log: show phase in hg log -v with the phase template It seems weird that `hg log -v -T phases` would be *less* verbose than `hg log -T phases`. This cset corrects that oversight.

@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