view tests/test-rebuildstate @ 7910:14ec64d41dad

record: Give user a hint about chunk selection progress It greatly improves usability when one roughly knows where the chunks of interest are.
author Rocco Rutte <pdmef@gmx.net>
date Sat, 28 Mar 2009 23:09:36 +0100
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