How to remove accidental branch in TortoiseHg?

后端 未结 5 1579
再見小時候
再見小時候 2021-02-12 10:06

(I am a relative newcomer to TortoiseHg, so bear with me :-) I use TortoiseHg on two machines to talk to my remote source repository. I made changes on one machine, committed th

5条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-12 10:15

    First make sure you have committed all your local changes. Then merge the branches by calling hg merge and commit the result.

    This should bring you back to a single branch, reuniting the two heads.

提交回复
热议问题