/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

  • Committer: Andrew Bennetts
  • Date: 2007-08-02 06:40:58 UTC
  • mfrom: (2666 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2668.
  • Revision ID: andrew.bennetts@canonical.com-20070802064058-09eblz1qbc01fcr3
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"""