tests/test-rebuildstate
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Tue, 02 Mar 2010 12:41:27 +0900
branchstable
changeset 10565 461c2159937f
parent 6344 ffeb926d57ce
permissions -rwxr-xr-x
i18n-ja: synchronized with bb4561401c84

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