/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/xml7.py

  • Committer: Aaron Bentley
  • Date: 2006-10-29 19:17:04 UTC
  • mto: (2255.6.1 dirstate)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: aaron.bentley@utoronto.ca-20061029191704-b7221b5e8a873911
Add tests for format 7, enforce number

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    """A Serializer that supports tree references"""
25
25
 
26
26
    supported_kinds = set(['file', 'directory', 'symlink', 'tree-reference'])
 
27
    format_num = '7'
27
28
 
28
29
    def _unpack_entry(self, elt, none_parents):
29
30
        assert none_parents is True