/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/smart/repository.py

  • Committer: Jelmer Vernooij
  • Date: 2017-06-08 23:30:31 UTC
  • mto: This revision was merged to the branch mainline in revision 6690.
  • Revision ID: jelmer@jelmer.uk-20170608233031-3qavls2o7a1pqllj
Update imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    bencode,
35
35
    errors,
36
36
    estimate_compressed_size,
 
37
    osutils,
 
38
    trace,
 
39
    ui,
 
40
    )
 
41
from ..bzr import (
37
42
    inventory as _mod_inventory,
38
43
    inventory_delta,
39
 
    osutils,
40
44
    pack,
41
 
    trace,
42
 
    ui,
43
45
    vf_search,
44
46
    )
45
 
from ..bzrdir import BzrDir
 
47
from ..bzr.bzrdir import BzrDir
46
48
from ..sixish import (
47
49
    reraise,
48
50
)
53
55
    )
54
56
from ..repository import _strip_NULL_ghosts, network_format_registry
55
57
from .. import revision as _mod_revision
56
 
from ..versionedfile import (
 
58
from ..bzr.versionedfile import (
57
59
    ChunkedContentFactory,
58
60
    NetworkRecordStream,
59
61
    record_to_fulltext_bytes,