tests/test-undo
author Stephen Darnell
Wed, 27 Jul 2005 10:18:44 -0800
changeset 783 4b06fc1c0f26
parent 749 7e4843b7efd2
child 800 ec85f9e6f3b1
child 808 8f5637f0a0c0
child 814 0902ffece4b4
permissions -rwxr-xr-x
Add a --time command line option to time hg commands

#!/bin/sh

set -x
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