How to get mercurial to emit base revision of conflicted file as well as modified version?

前端 未结 4 1553
轮回少年
轮回少年 2021-01-13 19:58

I\'m trying to merge two branches together using mercurial and there are some conflicts. When working in Subversion, merge conflicts would result in the conflicted file bein

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-13 20:52

    We have a built-in merge tool for this called internal:dump. So with

    [ui]
    merge = internal:dump
    

    you will be brought back to the good old Subversion-days, or something close to it.

提交回复
热议问题