Sergey Petrunya <[email protected]> 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. _______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp

