How to automatically remove all .orig files in Mercurial working tree?

后端 未结 12 664
刺人心
刺人心 2020-12-13 08:34

During merges mercurial leaves .orig file for any unresolved file. But after manually resolving problems and marking a file correct it does not delete the .orig file. Can it

12条回答
  •  借酒劲吻你
    2020-12-13 09:13

    you should use the update hook

    update: This is run after an update or merge of the working directory has finished

提交回复
热议问题