~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/xml5.py

  • Committer: Ian Clatworthy
  • Date: 2007-08-14 03:59:22 UTC
  • mto: (2733.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 2734.
  • Revision ID: ian.clatworthy@internode.on.net-20070814035922-siavg542cwvkf4r5
Fix pretty doc generation so works for all html docs

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