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

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2017-06-11 23:44:17 UTC
  • mfrom: (6670.4.19 move-bzr)
  • Revision ID: breezy.the.bot@gmail.com-20170611234417-n5xscr4kqnvbtloi
Move most bzr-specific format and protocol code to breezy.bzr.

Merged from https://code.launchpad.net/~jelmer/brz/move-bzr/+merge/325461

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
from . import (
25
25
    config as _mod_config,
26
26
    errors,
27
 
    inventorytree,
28
27
    lazy_import,
29
28
    registry,
30
29
    trace,
38
37
    commit,
39
38
    conflicts,
40
39
    delta,
41
 
    inventory,
42
40
    multiparent,
43
41
    osutils,
44
42
    revision as _mod_revision,
45
43
    ui,
46
44
    urlutils,
47
45
    )
 
46
from breezy.bzr import (
 
47
    inventory,
 
48
    inventorytree,
 
49
    )
48
50
from breezy.i18n import gettext
49
51
""")
50
52
from .errors import (DuplicateKey, MalformedTransform,
51
 
                           ReusingTransform, CantMoveRoot,
52
 
                           ImmortalLimbo, NoFinalPath,
53
 
                           UnableCreateSymlink)
 
53
                     ReusingTransform, CantMoveRoot,
 
54
                     ImmortalLimbo, NoFinalPath,
 
55
                     UnableCreateSymlink)
54
56
from .filters import filtered_output_bytes, ContentFilterContext
55
57
from .mutabletree import MutableTree
56
58
from .osutils import (