Part of lp.bugs.interfaces.bugbranch View In Hierarchy
| Method | getBranchesWithVisibleBugs | Find which of branches are for bugs that user can see. |
Find which of `branches` are for bugs that `user` can see.
:param branches: A sequence of `Branch`es to limit the search
to.
:return: A result set of `Branch` ids: a subset of the ids
found in `branches`, but limited to branches that are
visible to `user`.