/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/serializer.py

  • Committer: Jelmer Vernooij
  • Date: 2009-06-03 21:31:43 UTC
  • mfrom: (4403 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4405.
  • Revision ID: jelmer@samba.org-20090603213143-0196mgzgefgvd5no
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
format_registry.register_lazy('6', 'bzrlib.xml6', 'serializer_v6')
76
76
format_registry.register_lazy('7', 'bzrlib.xml7', 'serializer_v7')
77
77
format_registry.register_lazy('8', 'bzrlib.xml8', 'serializer_v8')
 
78
format_registry.register_lazy('9', 'bzrlib.chk_serializer', 
 
79
    'chk_serializer_255_bigpage')