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

  • Committer: Jelmer Vernooij
  • Date: 2017-06-10 18:34:12 UTC
  • mto: This revision was merged to the branch mainline in revision 6690.
  • Revision ID: jelmer@jelmer.uk-20170610183412-s9fro6la0e1848x6
More moves.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
from .revision import NULL_REVISION
65
65
from .revisiontree import InventoryRevisionTree
66
66
from .repository import RepositoryWriteLockResult, _LazyListJoin
67
 
from .serializer import format_registry as serializer_format_registry
 
67
from .bzr.serializer import format_registry as serializer_format_registry
68
68
from .trace import mutter, note, warning, log_exception_quietly
69
69
from .bzr.versionedfile import FulltextContentFactory
70
70