##// END OF EJS Templates
keyword: fix pychecker warning about shadowed variable...
keyword: fix pychecker warning about shadowed variable Also no underscore prefix for restricted switch inside reposetup.

File last commit:

r5764:8a5d8fb5 default
r6050:adf73753 default
Show More
test-rebuildstate.out
17 lines | 207 B | text/plain | TextLexer
/ tests / test-rebuildstate.out
Alexis S. L. Carvalho
dirstate: fix rebuild; add a test...
r5065 adding bar
adding foo
% state dump
Alexis S. L. Carvalho
merge with crew-stable
r5123 a 0 -1 baz
Alexis S. L. Carvalho
dirstate: fix rebuild; add a test...
r5065 n 644 0 foo
r 0 0 bar
% status
A baz
R bar
Matt Mackall
Backed out changeset c2a21fe60994...
r5764 C foo
Alexis S. L. Carvalho
dirstate: fix rebuild; add a test...
r5065 % state dump
n 666 -1 bar
n 666 -1 foo
% status
! bar
? baz
Matt Mackall
Backed out changeset c2a21fe60994...
r5764 C foo