~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/xml5.py

  • Committer: Robert Collins
  • Date: 2007-07-20 00:58:41 UTC
  • mfrom: (2633 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2634.
  • Revision ID: robertc@robertcollins.net-20070720005841-xnu6um6vx0n41h0k
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
    # of the versionedfile, without doing XML parsing.
152
152
 
153
153
    supported_kinds = set(['file', 'directory', 'symlink'])
 
154
    format_num = '5'
154
155
 
155
156
    def write_inventory_to_string(self, inv):
156
157
        """Just call write_inventory with a StringIO and return the value"""