30 Nov
2009
30 Nov
'09
11:19 a.m.
Sergey Petrunya <psergey@askmonty.org> writes:
IIRC launchpad can link *branches* (not pushes or changesets) to bugs somehow. It seems the linking is done only manually, i.e. one needs to go for example to https://code.launchpad.net/~maria-captains/maria/5.1-merge, click the "Link to a bug report" and so forth.
`bzr commit` has a --fixes option, so one can say bzr commit --fixes lp:nnnn I believe this will cause a linking to happen on Launchpad. (but I guess this still counts as "manual", and as far as I know it does not work with `bzr gcommit`). - Kristian.