view tests/test-rollback @ 2967:a9d7a43fb3f0

mq: fix bad interaction between demandload and update of commands.norepo problem was that commands.norepo was not updated properly.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Mon, 21 Aug 2006 13:59:17 -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