Modify a log message after commit?

Ian Clatworthy ian.clatworthy at internode.on.net
Fri Nov 16 05:15:54 GMT 2007


Adam Mercer wrote:
> Hi
> 
> I made a typo (incorrect ticket number that the commit fixes) in a
> commit log message in one of my branches.  Is there a way I can modify
> the log message after the commit, like subversion allows with
> 
> $ svn propedit -r ${REVNO} --revprop svn:log ${URL}
> 
> Or is my only option to branch the repository to the point before the
> incorrect log message and continue from there?

IIUC, you can use "uncommit" followed by "commit" with the correct
message to fix this.

Ian C.



More information about the bazaar mailing list