tests/test-rebuildstate
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 17 May 2009 03:49:59 +0200
changeset 8464 7af92e70bb25
parent 6344 ffeb926d57ce
permissions -rwxr-xr-x
revlog: use set instead of dict

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