~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/xml6.py

  • Committer: Aaron Bentley
  • Date: 2008-03-28 02:28:52 UTC
  • mto: This revision was merged to the branch mainline in revision 3371.
  • Revision ID: aaron@aaronbentley.com-20080328022852-fa7wsm7g7dhdr7b3
Handle format 5 revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    """
27
27
 
28
28
    format_num = '6'
 
29
    # Format 6 & 7 reported their revision format as 5.
 
30
    revision_format_num = '5'
29
31
 
30
32
 
31
33
serializer_v6 = Serializer_v6()