Resolving conflicts: how to accept “their” changes automatically?

前端 未结 2 1946
时光取名叫无心
时光取名叫无心 2021-01-29 21:44

When merging conflicting changes using hg merge, Mercurial inserts a set of markers into the files to be merged in my working copy like this:

<&l         


        
2条回答
  •  伪装坚强ぢ
    2021-01-29 22:31

    Try this:

    hg merge --tool 'internal:other'
    

    See also hg help merge-tools for more information.

提交回复
热议问题