~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/weave_fmt/bzrdir.py

  • Committer: Jelmer Vernooij
  • Date: 2011-02-18 22:14:03 UTC
  • mto: (5582.12.2 weave-plugin)
  • mto: This revision was merged to the branch mainline in revision 5718.
  • Revision ID: jelmer@samba.org-20110218221403-t4qbhq9uv2iqk4bh
Move more weave-specific tests to bzrlib.plugins.weave_fmt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
953
953
        # bzrdir as a whole
954
954
        from bzrlib.plugins.weave_fmt.workingtree import WorkingTreeFormat2
955
955
        return WorkingTreeFormat2().open(self, _found=True)
956
 
 
957
 
 
958