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

  • Committer: Jelmer Vernooij
  • Date: 2011-12-19 12:09:27 UTC
  • mfrom: (6384 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6385.
  • Revision ID: jelmer@canonical.com-20111219120927-vj1wxgu1yw7isa70
merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
    )
70
70
""")
71
71
 
 
72
# Explicitly import bzrlib.bzrdir so that the BzrProber
 
73
# is guaranteed to be registered.
 
74
import bzrlib.bzrdir
 
75
 
72
76
from bzrlib import symbol_versioning
73
77
from bzrlib.decorators import needs_read_lock, needs_write_lock
74
78
from bzrlib.i18n import gettext