Bazaar and bug trackers
Max Bowsher
maxb at f2s.com
Wed Jun 30 18:51:42 BST 2010
On 30/06/10 18:38, PRINGLE Chris wrote:
> How do I update an already committed changeset to say which bugs it
> fixes? If a developer forgets to put the --fixes option on the commit,
> how do you retrospectively mark which bugs a changeset fixes?
It is not possible, other than by committing another changeset in the
same branch - e.g.:
bzr ci --unchanged --fixes lp:1234 -m "Mark bug 1234 as fixed by the
preceding changeset(s)."
> Following
> on from that, how can I change the bug number (if a developer puts the
> wrong bug number in by mistake)?
It is not possible, unless the developer notices in time to be able to
'bzr uncommit' before sharing the revision with anyone else.
Max.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20100630/443869cf/attachment-0001.pgp
More information about the bazaar
mailing list