##// END OF EJS Templates
ssh: skip noise generated by remote shell...
ssh: skip noise generated by remote shell we send a dummy command with known output to get in sync

File last commit:

r1487:2bc6cd62 default
r2028:1f1fc418 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