/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/check.py

  • Committer: Jelmer Vernooij
  • Date: 2019-07-07 20:43:57 UTC
  • mfrom: (7370 work)
  • mto: This revision was merged to the branch mainline in revision 7378.
  • Revision ID: jelmer@jelmer.uk-20190707204357-82bayabtwikhoi0i
merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
                repo = branch.repository
117
117
        if repo is not None:
118
118
            exit_stack.enter_context(repo.lock_read())
119
 
            branches = repo.find_branches(using=True)
 
119
            branches = list(repo.find_branches(using=True))
120
120
            saw_tree = False
121
121
            if do_branch or do_tree:
122
122
                for branch in branches: