• WeeBull's avatar
    Use actual `commit --amend` command for Mercurial · b57ddd6a
    WeeBull authored
    Rather than trying to emulate `git commit --amend` using mercurial queues (which might have side effects if you're using MQ for other things) use the `commit --amend` command which was introduced in Mercurial 2.2 (2012-05-01).
    b57ddd6a
mercurial.plugin.zsh 1.66 KB