~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/xml5.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-19 16:09:34 UTC
  • mfrom: (2520.4.135 bzr.mpbundle)
  • Revision ID: pqm@pqm.ubuntu.com-20070719160934-d51fyijw69oto88p
Add new bundle and merge-directive formats

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"""