tests/test-rebuildstate.out
author Michele Cella <michele.cella@gmail.com>
Tue, 22 Jan 2008 22:13:29 +0100
changeset 5970 f25070ecf334
parent 5764 8a5d8fb59ed2
child 6326 af3f26b6bba4
permissions -rw-r--r--
hgweb: fixes to make hg serve prefix handling more robust

adding bar
adding foo
% state dump
a   0         -1 baz
n 644          0 foo
r   0          0 bar
% status
A baz
R bar
C foo
% state dump
n 666         -1 bar
n 666         -1 foo
% status
! bar
? baz
C foo