/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/info.py

  • Committer: Jelmer Vernooij
  • Date: 2020-03-22 18:52:18 UTC
  • mto: (7490.7.7 work)
  • mto: This revision was merged to the branch mainline in revision 7501.
  • Revision ID: jelmer@jelmer.uk-20200322185218-4q1r1g0gof7ya53j
Fix reference handling.

Show diffs side-by-side

added added

removed removed

Lines of Context:
457
457
        extra = []
458
458
        if repository.make_working_trees():
459
459
            extra.append('trees')
460
 
        if len(control.get_branches()) > 0:
 
460
        if len(control.branch_names()) > 0:
461
461
            extra.append('colocated branches')
462
462
        if extra:
463
463
            phrase += ' with ' + " and ".join(extra)