~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge extra branch work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
    "Bazaar-NG branch, format 6\n", "bzrlib.plugins.weave_fmt.branch",
82
82
    "BzrBranchFormat4")
83
83
 
 
84
from bzrlib.plugins.weave_fmt.branch import BzrBranchFormat4
 
85
branch.BranchFormat.register_extra_format(BzrBranchFormat4())
84
86
 
85
87
def load_tests(basic_tests, module, loader):
86
88
    testmod_names = [