##// END OF EJS Templates
Remove usage of ${par:-word}, which and mktemp. Quote filenames.
Remove usage of ${par:-word}, which and mktemp. Quote filenames.

File last commit:

r775:122449dd default
r795:cd0ad12d default
Show More
test-merge3.out
11 lines | 189 B | text/plain | TextLexer
+ hg init
+ echo This is file a1
+ hg add a
+ hg commit -m 'commit #0' -d '0 0'
+ touch b
+ hg add b
+ rm b
+ hg commit -A '-mcomment #1' -d '0 0'
adding .out
removing b
b never committed!