##// 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:

r2248:b914f055 default
r9730:732fc0e9 default
Show More
test-diff-newlines
8 lines | 161 B | text/plain | TextLexer
/ tests / test-diff-newlines
Vadim Gelfer
fix diffs containing embedded "\r"....
r2248 #!/bin/sh
hg init
python -c 'print "confuse str.splitlines\nembedded\rnewline"' > a
hg ci -Ama -d '1 0'
echo clean diff >> a
hg ci -mb -d '2 0'
hg diff -r0 -r1