~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/xml_serializer.py

  • Committer: Aaron Bentley
  • Date: 2008-03-28 02:10:23 UTC
  • mto: This revision was merged to the branch mainline in revision 3371.
  • Revision ID: aaron@aaronbentley.com-20080328021023-dc439qj3v30ri5re
Implement version numbers for format 8

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
format_registry.register_lazy('5', 'bzrlib.xml5', 'serializer_v5')
180
180
format_registry.register_lazy('6', 'bzrlib.xml6', 'serializer_v6')
181
181
format_registry.register_lazy('7', 'bzrlib.xml7', 'serializer_v7')
 
182
format_registry.register_lazy('8', 'bzrlib.xml8', 'serializer_v8')