~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.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:
3067
3067
    "bzrlib.workingtree_4", "WorkingTreeFormat6")
3068
3068
format_registry.register(WorkingTreeFormat3())
3069
3069
format_registry.set_default(__default_format)
3070
 
# Register extra formats which have no format string are not discoverable
3071
 
# and not independently creatable. They are implicitly created as part of
3072
 
# e.g. older Bazaar formats or foreign formats.
3073
 
format_registry.register_extra_lazy("bzrlib.workingtree_2",
3074
 
    "WorkingTreeFormat2")