##// END OF EJS Templates
use posix compliant option for head...
use posix compliant option for head head -N is not posix compliant, head -n N should be used instead

File last commit:

r1487:2bc6cd62 default
r1539:5e47e42b 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