1295
1295
notify(ObjectDeletedEvent(bug_branch, user=user))
1299
1299
"""Return all the branches linked to the bug that `user` can see."""
1300
1300
all_branches = getUtility(IAllBranches)
1301
1301
linked_branches = list(all_branches.visibleByUser(
1303
1303
if len(linked_branches) == 0: