How to abandon a hg merge?

前端 未结 4 1104
别那么骄傲
别那么骄傲 2020-12-22 21:06

I\'m new to collaborating with Mercurial. My situation:

  • Another programmer changed rev 1 of a file to replace 4-space indents with 2-space indent. (I.e. change
4条回答
  •  [愿得一人]
    2020-12-22 21:19

    BTW: if you just revert the merge you did and 3 is not your revision number you can do this:

    hg update -C -r .
    

提交回复
热议问题