tests/test-rebuildstate
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 12 Nov 2009 12:46:00 +0100
changeset 9840 18d5935c0c62
parent 6344 ffeb926d57ce
permissions -rwxr-xr-x
Add missing bash_completion for qfinish

#!/bin/sh
# basic test for hg debugrebuildstate

hg init repo
cd repo

touch foo bar
hg ci -Am 'add foo bar'

touch baz
hg add baz
hg rm bar

hg debugrebuildstate
echo '% state dump after'
hg debugstate --nodates | sort
echo '% status'
hg st -A