/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: Robert Collins
  • Date: 2007-07-20 02:27:13 UTC
  • mfrom: (2634 +trunk)
  • mto: (2592.3.48 repository)
  • mto: This revision was merged to the branch mainline in revision 2682.
  • Revision ID: robertc@robertcollins.net-20070720022713-z6x6cns4dy1mzhpk
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"""