release status - land new features before monday

Martin Pool mbp at sourcefrog.net
Thu Apr 12 01:44:41 BST 2007


On 4/12/07, John Arbash Meinel <john at arbash-meinel.com> wrote:
> But you could write a plugin which supplies:
>
> bzrlib.bzrdir.format_registry.register_metadir('wt3-tags',
>     'bzrlib.repofmt.knitrepo.RepositoryFormatKnit1',
>     help='Combination of <0.15 WT and 0.15 Branch',
>     branch_format='bzrlib.branch.BzrBranchFormat6',
>     tree_format='bzrlib.workingtree.WorkingTreeFormat3',
>     )
>
> And then you can do "bzr init --wt3-tags" and get what you want.

I don't mind if someone wants to add that format into bzr.dev.  This
is the kind of situation where being able to set the three object
formats independently would be useful (as a stopgap, obviously we do
not want people to have to do that.)

-- 
Martin



More information about the bazaar mailing list