Possible Duplicate:
How to edit incorrect commit message in Mercurial?

Can i rename commit in mercurial before pushing on server from local repository?

I accidentally make commit with wrong name..(

link|improve this question

61% accept rate
How do you mean the wrong name? Do you mean the comment you put in when you did the commit? – icabod Jun 14 '11 at 8:03
yes wrong comment. i want fix it – void Jun 14 '11 at 8:03
Please read more answers than just the accepted answer in the other question. If you're using Mercurial Queues, you will probably prefer the second answer, instead of using rollback. – Joel B Fant Jun 14 '11 at 15:00
feedback

closed as exact duplicate by Robert Harvey Aug 31 '11 at 2:18

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 1 down vote accepted

Sounds to me like a duplicate of this question. Check that link, an answer is given there.

Importantly if you follow the advice on that page, make sure you backup your latest changeset. Performing a rollback will remove the latest changeset completely.

In fact, it may be wise to make a new clone of your working repository as a backup... just in case.

link|improve this answer
yes it the same question:) – void Jun 14 '11 at 9:50
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.