tests/test-undo
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 11 Apr 2006 12:44:13 +0200
changeset 2058 7e0dd64b0718
parent 1933 7544700fd931
permissions -rwxr-xr-x
Use the new format of setting tags in view extension (Debian bug #361897)

#!/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 undo
hg verify
hg parents
hg status