view tests/test-rollback @ 2728:5d134f04060f

mq: allow to apply patches in subdir of repo again i broke it in 35caf437a201.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Sat, 29 Jul 2006 11:05:39 -0700
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