tests/test-undo
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 05 Apr 2006 19:07:50 +0200
changeset 2049 f70952384ae7
parent 1933 7544700fd931
permissions -rwxr-xr-x
Make completion for debugindex<tab><tab> show debugindexdot, too. The special handling for commands with names that are substrings of other commands (e.g. with st and strip) wasn't used with debug commands before.

#!/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