Is it possible to edit a summary after a commit using TortoiseHg?

前端 未结 7 1577
清酒与你
清酒与你 2021-01-04 01:30

Occasionally I commit some code to the repository, add a comment/summary, then read the summary back and realise I\'ve made a mistake or should have included a bit more info

相关标签:
7条回答
  • 2021-01-04 02:25

    If you commit, but not pushed, you can rollback the last commit using

    hg rollback
    

    I'm not sure that this functionality is implemented in TortoiseHG, but you always can open console, go to the repo and type this command by self.

    0 讨论(0)
提交回复
热议问题