Comment 2 for bug 589878

Revision history for this message
Martin Pool (mbp) wrote : Re: [Bug 589878] Re: bzr branches should be private by default if linked to a private bug

I believe there is a separate bug about letting the bzr client set the
policy when it first creates the branch. (There may already be an API
and all that's needed is a client ui.)

Possibly fixing that would satisfy the underlying case.

If we do want to do the bug/branch check then we could do it on the
bzr client, though that might have a performance cost to check all
related bugs.

Martin