Comment 5 for bug 660358

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

A similar situation like this happens is if there is a stacked-on location that uses lp.

This happens for example with https://code.launchpad.net/~dle-credativ/openobject-addons/test-6.0, which has a stacked-on location of lp:openobject-addons/6.0.

The branch scanner currently uses BranchSet().getByUniqueName to lookup the stacked-on branch location. Would it make sense for it to also try BranchSet().getByURL() ? That way lp: and bzr+ssh:// URLs should also be supported.