How to fix error in a Mercurial changeset comment?

Posted by Sly on Stack Overflow See other posts from Stack Overflow or by Sly
Published on 2010-04-12T17:39:31Z Indexed on 2010/04/12 17:42 UTC
Read the original article Hit count: 204

Filed under:

Is there a way to rewrite the hg commit message if the wrong information was entered? We always include our Bug ID when we commit a changeset. For instance:

hg commit -m "Bug 14585: LastName field should be mandatory"

But If I put the wrong bug ID, is there a way (through an extension maybe) to fix the comment once the changeset has been committed (and possibly pushed)?

© Stack Overflow or respective owner

Related posts about mercurial