tests/test-undo
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 30 Mar 2006 18:43:46 +0200
changeset 2023 3bdd3bf17cfa
parent 1933 7544700fd931
permissions -rwxr-xr-x
Use [ x = y ] instead of [ x == y ] in shell scripts.

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