tests/test-undo
author Vadim Gelfer <vadim.gelfer@gmail.com>
Fri, 10 Mar 2006 22:24:19 -0800
changeset 1880 05c7d75be925
parent 814 0902ffece4b4
child 1933 7544700fd931
permissions -rwxr-xr-x
fix broken environment save/restore when a hook runs. move "run commend with different env/cwd" code out to function in util. new function is called esystem.

#!/bin/sh

mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m "test" -d "0 0"
hg verify
hg parents
hg status
hg undo
hg verify
hg parents
hg status