~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/xml4.py

Merge Tree.changes_from work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    
34
34
    def _pack_inventory(self, inv):
35
35
        """Convert to XML Element"""
 
36
        # v4 serialization is not used any more.
 
37
        raise NotImplementedError(self._pack_inventory)
36
38
        e = Element('inventory')
37
39
        e.text = '\n'
38
40
        if inv.root.file_id not in (None, ROOT_ID):