~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/serializer.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-03 21:08:45 UTC
  • mfrom: (4398.3.1 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20090603210845-kkjz982mww9ahwml
(Jelmer) Register the CHK serializer in the serializer 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')