Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 2 months ago.
Can I revise a commit message?
I published a program but I wrote a mistake in commit message. Would you tell me how to revise the commit message? Thanks in advance.
1 Answer
10 years, 2 months ago.
Hi,
you can use offline access to clone your repo, then
hg commit --ammend
command should fix it, be aware, changing history to already published code is not recommended :-) Although this command seems to be "safe" with mercurial (not like wit git)
How to access ? Check the left sidebar where is the command to clone your repository.
Regards,
0xc0170