tests/test-rebuildstate
author Martin Geisler <mg@lazybytes.net>
Tue, 21 Jul 2009 12:19:53 +0200
changeset 9194 0de7cf8db5fd
parent 6344 ffeb926d57ce
permissions -rwxr-xr-x
hgignore.5: mark file names and cmdline options as literal text

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