/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/plugins/fastimport/helpers.py

  • Committer: Jelmer Vernooij
  • Date: 2017-06-10 01:39:46 UTC
  • mto: This revision was merged to the branch mainline in revision 6690.
  • Revision ID: jelmer@jelmer.uk-20170610013946-08donzxbo8iv0ewz
Fix more imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    :return: the BzrDirFormat or None if no matches were found.
54
54
    """
55
55
    # Based on code from breezy/info.py ...
56
 
    from ... import bzrdir
57
56
    repo_format = repo._format
58
57
    candidates  = []
59
58
    non_aliases = set(controldir.format_registry.keys())