view tests/test-undo @ 2136:3335564f2518

mke test-nested-repo use "revert" instead of "forget"
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Wed, 26 Apr 2006 12:06:21 -0700
parents 7544700fd931
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 undo
hg verify
hg parents
hg status