tests/test-rollback
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 15 Oct 2006 20:56:38 +0200
changeset 3398 0f308690bda8
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
Fixed contrib/hgdiff script to pass diffopts in the new format.

#!/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 rollback
hg verify
hg parents
hg status