/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/tests/test_info.py

  • Committer: Jelmer Vernooij
  • Date: 2018-03-24 10:24:48 UTC
  • mfrom: (6910 work)
  • mto: This revision was merged to the branch mainline in revision 6913.
  • Revision ID: jelmer@jelmer.uk-20180324102448-132p8l8t5ogdzhhu
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
from .. import (
20
20
    branch as _mod_branch,
21
21
    controldir,
 
22
    errors,
22
23
    info,
23
24
    tests,
24
25
    workingtree,
153
154
            # legacy: weave does not support checkouts
154
155
            if key == 'weave':
155
156
                continue
 
157
            # foreign: git checkouts can actually be bzr controldirs
 
158
            if key in ('git', 'git-bare'):
 
159
                continue
156
160
            if controldir.format_registry.get_info(key).experimental:
157
161
                # We don't require that experimental formats support checkouts
158
162
                # or describe correctly in the UI.