##// END OF EJS Templates
give better error message on non-existent mapfile (issue813)
give better error message on non-existent mapfile (issue813)

File last commit:

r6326:af3f26b6 default
r6337:d2713d90 default
Show More
test-rebuildstate.out
17 lines | 207 B | text/plain | TextLexer
/ tests / test-rebuildstate.out
adding bar
adding foo
% state dump
a 0 -1 baz
n 0 -1 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