tests/test-undo
author Eric Hopper <hopper@omnifarious.org>
Tue, 04 Oct 2005 12:24:59 -0700
changeset 1380 27add82ad845
parent 814 0902ffece4b4
child 1933 7544700fd931
permissions -rwxr-xr-x
Fix an hg copy/move bug. Failed if file being copied or moved not in tip.

#!/bin/sh

mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m "test" -d "0 0"
hg verify
hg parents
hg status
hg undo
hg verify
hg parents
hg status