tests/test-rebuildstate
author Ori Avtalion <ori@avtalion.name>
Fri, 22 May 2009 18:57:53 +0200
changeset 8544 48dd8a93d6db
parent 6344 ffeb926d57ce
permissions -rwxr-xr-x
commands: standardize parents command meta data

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