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

  • Committer: Jelmer Vernooij
  • Date: 2017-06-10 21:59:15 UTC
  • mto: This revision was merged to the branch mainline in revision 6690.
  • Revision ID: jelmer@jelmer.uk-20170610215915-zcpu0in3r1irx3ml
Move serializer to bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    generate_ids,
24
24
    osutils,
25
25
    revision,
26
 
    serializer,
27
26
    )
28
27
from ...bzr import (
29
28
    inventory,
 
29
    serializer,
30
30
    )
31
31
from ...trace import (
32
32
    mutter,