view tests/test-undo @ 1965:62aa1b90414f

add remotecmd/ssh option support to incoming/outgoing
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Thu, 16 Mar 2006 06:58:15 +0100
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