tests/test-rebuildstate
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Tue, 09 Feb 2010 13:48:52 +0100
changeset 10403 b8acd325773e
parent 6344 ffeb926d57ce
permissions -rwxr-xr-x
pylintrc: string isn't deprecated, only some of its methods

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