Updating Commit Message in Mercurial MQ extension
Posted
by Jerub
on Stack Overflow
See other posts from Stack Overflow
or by Jerub
Published on 2010-04-06T07:22:50Z
Indexed on
2010/04/06
12:43 UTC
Read the original article
Hit count: 337
mercurial
|version-control
After using hg qnew
and hg qrefresh
to create and update a patch that I want to apply to my repository, but the commit message that I wrote when I did hg qnew
was not very good, it did not reference the ticket number from trac, and I would like to say something in it about some of the issues that my commit addresses.
How do I do something like hg qrewritemycommitmessage
. I have examined the docs on the website (starting here: http://mercurial.selenic.com/wiki/MqExtension ) and I have come up blank.
© Stack Overflow or respective owner