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

Avoid inventories in more places.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
""")
48
48
from bzrlib.errors import (DuplicateKey, MalformedTransform,
49
49
                           ReusingTransform, CantMoveRoot,
50
 
                           ExistingLimbo, ImmortalLimbo, NoFinalPath,
 
50
                           ImmortalLimbo, NoFinalPath,
51
51
                           UnableCreateSymlink)
52
52
from bzrlib.filters import filtered_output_bytes, ContentFilterContext
53
53
from bzrlib.mutabletree import MutableTree