~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/serializer.py

  • Committer: Jelmer Vernooij
  • Date: 2009-06-03 20:02:46 UTC
  • mto: This revision was merged to the branch mainline in revision 4403.
  • Revision ID: jelmer@samba.org-20090603200246-7wwwdktx1h71jqsj
Register the version 9 serializer in the registry.

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')