tests/test-undo
author mark.williamson@cl.cam.ac.uk
Sun, 10 Jul 2005 16:01:11 -0800
changeset 667 31a9aa890016
parent 547 4fc63e22b1fe
child 749 7e4843b7efd2
permissions -rwxr-xr-x
A number of minor fixes to problems that pychecker found. # HG changeset patch # User mark.williamson@cl.cam.ac.uk # Node ID 55d38977b7f2e73b8c1090179928ac96c8922b90 # Parent b3bba126b04ab2f24274a1bcf5a224c6317c8e0d A number of minor fixes to problems that pychecker found.

#!/bin/sh

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