~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Ross Lagerwall
  • Date: 2012-08-07 06:32:51 UTC
  • mto: (6437.63.5 2.5)
  • mto: This revision was merged to the branch mainline in revision 6558.
  • Revision ID: rosslagerwall@gmail.com-20120807063251-x9p03ghg2ws8oqjc
Add bzrlib/locale to .bzrignore

bzrlib/locale is generated with ./setup.py build_mo which is in turn called
by ./setup.py build

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
register_metadir(controldir.format_registry, 'metaweave',
87
87
    'bzrlib.plugins.weave_fmt.repository.RepositoryFormat7',
88
88
    'Transitional format in 0.8.  Slower than knit.',
89
 
    branch_format='bzrlib.branchfmt.fullhistory.BzrBranchFormat5',
 
89
    branch_format='bzrlib.branch.BzrBranchFormat5',
90
90
    tree_format='bzrlib.workingtree_3.WorkingTreeFormat3',
91
91
    hidden=True,
92
92
    deprecated=True)