~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-05-05 03:14:25 UTC
  • mfrom: (5816.5.7 workingtree-3)
  • Revision ID: pqm@pqm.ubuntu.com-20110505031425-f1pyxrpf6wu8jads
(jelmer) Split WorkingTree3 out into a separate file. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    'bzrlib.plugins.weave_fmt.repository.RepositoryFormat7',
83
83
    'Transitional format in 0.8.  Slower than knit.',
84
84
    branch_format='bzrlib.branch.BzrBranchFormat5',
85
 
    tree_format='bzrlib.workingtree.WorkingTreeFormat3',
 
85
    tree_format='bzrlib.workingtree_3.WorkingTreeFormat3',
86
86
    hidden=True,
87
87
    deprecated=True)
88
88