/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-03-11 15:36:12 UTC
  • mfrom: (5712.4.8 bzrdir-weave)
  • mto: This revision was merged to the branch mainline in revision 5718.
  • Revision ID: jelmer@samba.org-20110311153612-7xniucwst6rrjshk
merge bzrdir-weave.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    deprecated=True)
85
85
 
86
86
 
87
 
bzrdir.BzrDirFormat.register_lazy_format(
 
87
bzrdir.BzrProber.formats.register_lazy(
88
88
    "Bazaar-NG branch, format 0.0.4\n", "bzrlib.plugins.weave_fmt.bzrdir",
89
89
    "BzrDirFormat4")
90
 
bzrdir.BzrDirFormat.register_lazy_format(
 
90
bzrdir.BzrProber.formats.register_lazy(
91
91
    "Bazaar-NG branch, format 5\n", "bzrlib.plugins.weave_fmt.bzrdir",
92
92
    "BzrDirFormat5")
93
 
bzrdir.BzrDirFormat.register_lazy_format(
 
93
bzrdir.BzrProber.formats.register_lazy(
94
94
    "Bazaar-NG branch, format 6\n", "bzrlib.plugins.weave_fmt.bzrdir",
95
95
    "BzrDirFormat6")
96
96