tests/test-undo
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 28 Apr 2006 11:36:33 +0200
changeset 2150 f15c6394d90d
parent 1933 7544700fd931
permissions -rwxr-xr-x
fix a NameError in changegroupsubset

#!/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