##// END OF EJS Templates
patchbomb: fix 'echo -en' bashism in test-patchbomb...
patchbomb: fix 'echo -en' bashism in test-patchbomb The echo command doesn't accept options in some shells. printf is required by the SUSv2 (Single UNIX Specification v2).

File last commit:

r9642:7d17794f default
r9730:732fc0e9 default
Show More
test-diffstat.out
15 lines | 485 B | text/plain | TextLexer
/ tests / test-diffstat.out
Brodie Rao
diff: add --stat for diffstat output...
r9640 % wide diffstat
a | 213 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 213 insertions(+), 0 deletions(-)
% diffstat width
a | 213 ++++++++++++++
1 files changed, 213 insertions(+), 0 deletions(-)
% narrow diffstat
a | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
% binary diffstat
Brodie Rao
diffstat: with --git, mark binary files with Bin...
r9642 b | 0
Brodie Rao
diff: add --stat for diffstat output...
r9640 1 files changed, 0 insertions(+), 0 deletions(-)
Brodie Rao
diffstat: with --git, mark binary files with Bin...
r9642 % binary git diffstat
b | Bin
1 files changed, 0 insertions(+), 0 deletions(-)