tests/test-rebuildstate
author Andrew Beekhof <beekhof@gmail.com>
Wed, 11 Jun 2008 14:49:53 +0200
changeset 6659 bc553c6d1ef9
parent 6344 ffeb926d57ce
permissions -rwxr-xr-x
webcommands: fix increments lost by 894875eae49b

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