tests/test-rebuildstate
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sat, 28 Mar 2009 19:50:37 +0100
changeset 7908 27f23c9da186
parent 6344 ffeb926d57ce
permissions -rwxr-xr-x
add missing +x flag to test-inotify-issue1542

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