tests/test-basic
author Patrick Mezard <pmezard@gmail.com>
Sat, 12 May 2007 21:09:29 +0200
changeset 4434 439b1c35348a
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
Fix issue483 - mq does not work under windows with gnu-win32 patch. Add --binary option to patch command under win32.

#!/bin/sh

mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m test -d "1000000 0"
hg history
hg manifest --debug
hg cat a
hg verify