view tests/test-undo @ 1979:d545fa1426b9

More detailed documentation about ssh:// URLs; fixes issue170.
author Thomas Arendsen Hein <thomas@intevation.de>
date Mon, 20 Mar 2006 17:14:58 +0100
parents 7544700fd931
children
line wrap: on
line source

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