Way to change a commit message after a commit?
Dustin Sallings
dustin at spy.net
Mon Mar 3 21:52:22 CST 2008
On Mar 3, 2008, at 18:59, Douglas Philips wrote:
> This seems to be an issue with a number of (D)VCS's and I wonder if
> it wouldn't help to have a fake 'commit' command since it seems to
> take a commit action in order to trigger that oh-no-second response
> of realizing the commit message is incorrect. :)
Heh. hg has ``hg rollback'' and git has ``git commit --amend''
Either should be fine. If you've got problems that go further back,
there's mq or clone.
--
Dustin Sallings
More information about the Mercurial
mailing list