view tests/test-rollback @ 4042:f6f65a8d8ed3

add test for 540d1059c802
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Mon, 15 Jan 2007 16:13:50 -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