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

  • Committer: Jelmer Vernooij
  • Date: 2011-03-10 11:50:14 UTC
  • mto: (5582.10.90 weave-plugin)
  • mto: This revision was merged to the branch mainline in revision 5717.
  • Revision ID: jelmer@samba.org-20110310115014-av2k5m3pwklbxigm
Move weave-era BzrDir directories to a separate file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
 
112
112
    def __init__(self):
113
113
        super(WorkingTreeFormat2, self).__init__()
114
 
        from bzrlib.bzrdir import BzrDirFormat6
 
114
        from bzrlib.bzrdir_weave import BzrDirFormat6
115
115
        self._matchingbzrdir = BzrDirFormat6()
116
116
 
117
117
    def open(self, a_bzrdir, _found=False):