view tests/test-rollback @ 4118:35b39097c3e6

Break core of repo.tag into dirstate/hook-free repo._tag for convert-repo
author Brendan Cully <brendan@kublai.com>
date Tue, 27 Feb 2007 12:58:40 -0800
parents 4f072bb06e89
children dd5a501cb97f
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