tests/test-rebuildstate
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 03 Dec 2008 01:28:33 +0100
changeset 7464 3a829f29d1e2
parent 6344 ffeb926d57ce
permissions -rwxr-xr-x
re-add +x bit for test-convert-darcs (was missing from 14ed6662af48)

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