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

  • Committer: Jelmer Vernooij
  • Date: 2011-03-13 00:09:12 UTC
  • mfrom: (5718.2.2 no-weave-import)
  • mto: This revision was merged to the branch mainline in revision 5722.
  • Revision ID: jelmer@samba.org-20110313000912-o1bz1o2rcy40e9yj
merge no weave import branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
objects returned.
26
26
"""
27
27
 
28
 
# TODO: Move old formats into a plugin to make this file smaller.
29
 
 
30
28
import sys
31
29
 
32
30
from bzrlib.lazy_import import lazy_import
59
57
    do_catching_redirections,
60
58
    local,
61
59
    )
62
 
from bzrlib.weave import (
63
 
    WeaveFile,
64
 
    Weave,
65
 
    )
66
60
""")
67
61
 
68
62
from bzrlib.trace import (