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

r6424:d8f44384 default
r9730:732fc0e9 default
Show More
test-diff-copy-depth.out
20 lines | 250 B | text/plain | TextLexer
/ tests / test-diff-copy-depth.out
Matt Mackall
copies: sort old names by depth
r6424 -- With aaa
Status:
A somename
other-file
Diff:
diff --git a/other-file b/somename
copy from other-file
copy to somename
-- With zzz
Status:
A somename
other-file
Diff:
diff --git a/other-file b/somename
copy from other-file
copy to somename