Feature request: modify commit message in public repo

Ian Clatworthy ian.clatworthy at canonical.com
Mon Jan 4 23:07:36 GMT 2010


John Arbash Meinel wrote:

> I wonder if something like this could be implemented as a plugin with
> the new hooks for showing user-data as part of 'bzr log'. That may be
> limited to showing new info, and not modifying existing info, though.

I though Robert had put together a spec for this but I can't see one
under http://wiki.bazaar.canonical.com/DraftSpecs.

It might be pretty straight forward if we keep it simple. How about
something like a .bzrmeta/corrections file in ini format that looks
something like:

  [rev-id-x]
  message = Commit message without the spelling mistake
  author = ...

'bzr log' could be trained to check for corrections before displaying
information.

Down the track, we could add a 'correct' command. Initially though,
manually editing the text file would be fine.

Ian C.



More information about the bazaar mailing list