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

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2019-10-14 00:53:11 UTC
  • mfrom: (7404.1.2 3.0-merge)
  • Revision ID: breezy.the.bot@gmail.com-20191014005311-4rs8e1tsg3ef2cpt
Merge lp:brz/3.0.

Merged from https://code.launchpad.net/~jelmer/brz/3.0-merge/+merge/374062

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
from __future__ import absolute_import
58
58
 
 
59
from ... import version_info  # noqa: F401
59
60
from ...commands import plugin_cmds
60
61
 
61
62