diff -r 469850088fc1 -r 3cb0559e44d0 tests/test-rebuildstate --- a/tests/test-rebuildstate Wed Oct 20 23:39:48 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -#!/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 -