tests/test-rollback
author Patrick Mezard <pmezard@gmail.com>
Sat, 12 May 2007 21:09:29 +0200
changeset 4434 439b1c35348a
parent 2227 4f072bb06e89
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 verify
hg parents
hg status
hg rollback
hg verify
hg parents
hg status