~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/chk_serializer.py

  • Committer: Jonathan Lange
  • Date: 2009-06-26 08:46:52 UTC
  • mto: (4484.1.1 bring-1.16.1-back)
  • mto: This revision was merged to the branch mainline in revision 4485.
  • Revision ID: jml@canonical.com-20090626084652-x7wn8yimd3fj0j0y
Tweak NEWS slightly based on mbp's feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    """Simple revision serializer based around bencode.
51
51
    """
52
52
 
53
 
    squashes_xml_invalid_characters = False
54
 
 
55
53
    # Maps {key:(Revision attribute, bencode_type, validator)}
56
54
    # This tells us what kind we expect bdecode to create, what variable on
57
55
    # Revision we should be using, and a function to call to validate/transform