##// END OF EJS Templates
merge with crew
merge with crew

File last commit:

r1487:2bc6cd62 default
r1957:29501032 merge default
Show More
test-revert.out
24 lines | 338 B | text/plain | TextLexer
%% should show b unknown
? b
%% should show b unknown and c modified
M c
? b
%% should show b added and c modified
M c
A b
%% should show a removed, b added and c modified
M c
A b
R a
%% should show b added and c modified
M c
A b
%% should show b unknown and c modified
M c
? b
%% should show b unknown
? b
%% should show a b and c
a
b
c