tests/test-rollback
author Matt Mackall <mpm@selenic.com>
Sun, 03 Dec 2006 16:16:33 -0600
changeset 3777 037824e6d362
parent 2227 4f072bb06e89
permissions -rwxr-xr-x
tests: set a default encoding for running tests (ASCII)

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