tests/test-rebuildstate
author Wagner Bruna <wbruna@yahoo.com>
Sun, 01 Aug 2010 01:54:31 -0300
branchstable
changeset 11722 bf1774d95bde
parent 6344 ffeb926d57ce
permissions -rwxr-xr-x
i18n-pt_BR: synchronized with db426935fa94

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