The left/right files in BeyondCompare merge are reversed when using hg fetch
vs an hg pull
+ hg merge
. Is there any reason for this? Is there a way to keep the same configuration?
Update:
Related question/answer: Completely manual Mercurial merge
Yes, there's a reason. From
hg help fetch
:This means a fetch is similar to the following manual workflow:
Using the
--switch-parent
option skips step 2 and thus prevents a reversed merge.