view tests/test-rebuildstate @ 7963:7da575c56710

i18n-de: docu for resolve
author Fabian Kreutz <fabian.kreutz@starnet.fi>
date Fri, 03 Apr 2009 11:57:05 +0300
parents ffeb926d57ce
children
line wrap: on
line source

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