view tests/test-rollback @ 2590:911b56853fdd

Additional information about URLs in pull/push/clone/init: - clone to ssh:// - init via ssh:// - example for pull from an absolute directory via ssh:// - push to http:// and https://
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 11 Jul 2006 22:36:52 +0200
parents 4f072bb06e89
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 rollback
hg verify
hg parents
hg status