Forgot to include information in mercurial commit description

Posted by Ronnie Overby on Stack Overflow See other posts from Stack Overflow or by Ronnie Overby
Published on 2010-06-11T17:15:53Z Indexed on 2010/06/11 17:23 UTC
Read the original article Hit count: 184

Filed under:
|

If you make a commit in mercurial:

hg commit -m "an incomplete description of the commit"

what are your options for correcting the commit description? Should I just immediately commit again with the complete description?

edit

Actually, you can't commit without something having changed.

© Stack Overflow or respective owner

Related posts about version-control

Related posts about mercurial