~ubuntu-branches/ubuntu/karmic/bzr/karmic-proposed

« back to all changes in this revision

Viewing changes to bzrlib/serializer.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2009-06-18 13:08:56 UTC
  • mfrom: (1.1.55 upstream)
  • Revision ID: james.westby@ubuntu.com-20090618130856-7wxyrwynoj72374q
Tags: 1.16-1
* New upstream release.
* Add python-pyrex to build-deps to ensure C extensions are always build.

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')
 
80
format_registry.register_lazy('10', 'bzrlib.chk_serializer',
 
81
    'chk_bencode_serializer')