clicompanion-devs team mailing list archive
-
clicompanion-devs team
-
Mailing list archive
-
Message #00038
Re: Some questions
On 11/18/2011 05:47 AM, bdfhjk wrote:
> and 3. It is possible to modify commit message after sending it ?
Doing ' bzr help commit ' would answer that for you :)
See https://answers.launchpad.net/bzr/+question/19300
As long as the mistake is in the last commit to the branch concerned,
you can use
bzr uncommit
and then commit the change again with a corrected commit message.
Incidentally, when working on packaging, you can often avoid this kind
of problem by editing your debian/changelog correctly, and then using
debcommit
which looks in there for the commit message information, and runs the
bzr commit for you, so that the debian/changelog entry and the commit
log message match.
Jonathan