"plugins/vscode:/vscode.git/clone" did not exist on "7cf892ecaa86f064aa3f78b9d5bee3b7db208ca4"
Use actual `commit --amend` command for Mercurial
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).
Please register or sign in to comment