~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-03-12 00:01:34 UTC
  • mfrom: (5582.10.97 weave-plugin)
  • Revision ID: pqm@pqm.ubuntu.com-20110312000134-exy10w8ctjs8tpiu
Tags: upstream-2.4.0~beta1~bzr5718
(jelmer) Add Prober.known_formats() in favour of
 BzrDirFormat.register_format() and ControlDirFormat.register_format().
 (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2349
2349
format_registry.register(__format7)
2350
2350
format_registry.register(__format8)
2351
2351
format_registry.set_default(__format7)
2352
 
format_registry.register_extra_lazy("bzrlib.branch_weave",
2353
 
    "BzrBranchFormat4")
2354
 
network_format_registry.register_lazy("Bazaar-NG branch, format 6\n",
2355
 
    "bzrlib.branch_weave", "BzrBranchFormat4")
2356
2352
 
2357
2353
 
2358
2354
class BranchWriteLockResult(LogicalLockResult):