##// END OF EJS Templates
Add -m for rawcommit...
Add -m for rawcommit manifest hash: cf066b609ab4854a731c103f1d456d89cf5e1312

File last commit:

r591:eb46971f default
r747:c3ce3976 default
Show More
test-conflict.out
24 lines | 445 B | text/plain | TextLexer
+ hg init
+ echo nothing
+ hg add a
+ hg commit -t ancestor -u test -d '0 0'
+ echo something
+ hg commit -t branch1 -u test -d '0 0'
+ hg co 0
+ echo 'something else'
+ hg commit -t branch2 -u test -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
C a
? .out