/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/chk_serializer.py

  • Committer: John Arbash Meinel
  • Date: 2009-06-17 19:10:35 UTC
  • mfrom: (4454 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4461.
  • Revision ID: john@arbash-meinel.com-20090617191035-0vztgazsdwa3mwg4
Merge bzr.dev 4454 in prep for NEWS

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
 
53
55
    # Maps {key:(Revision attribute, bencode_type, validator)}
54
56
    # This tells us what kind we expect bdecode to create, what variable on
55
57
    # Revision we should be using, and a function to call to validate/transform