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

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
    def _pack_entry(self, ie):
45
45
        """Convert InventoryEntry to XML element"""
 
46
        # TODO: should just be a plain assertion
46
47
        if not InventoryEntry.versionable_kind(ie.kind):
47
48
            raise AssertionError('unsupported entry kind %s' % ie.kind)
48
49
        e = Element(ie.kind)