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

r749:7e4843b7 default
r795:cd0ad12d default
Show More
test-conflict.out
24 lines | 421 B | text/plain | TextLexer
+ hg init
+ echo nothing
+ hg add a
+ hg commit -m ancestor -d '0 0'
+ echo something
+ hg commit -m branch1 -d '0 0'
+ hg co 0
+ echo 'something else'
+ hg commit -m branch2 -d '0 0'
+ export HGMERGE=merge
+ HGMERGE=merge
+ hg up -m 1
merge: warning: conflicts during merge
merging a
merging a failed!
+ hg id
32e80765d7fe+75234512624c+ tip
+ grep -Ev '>>>|<<<' a
something else
=======
something
+ hg status
M a
? .out