/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: Alexander Belchenko
  • Date: 2006-12-14 15:04:50 UTC
  • mfrom: (2184 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2185.
  • Revision ID: bialix@ukr.net-20061214150450-2su023tnlpsahkr4
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
        """Revision object -> xml tree"""
181
181
        root = Element('revision',
182
182
                       committer = rev.committer,
183
 
                       timestamp = '%.9f' % rev.timestamp,
 
183
                       timestamp = '%.3f' % rev.timestamp,
184
184
                       revision_id = rev.revision_id,
185
185
                       inventory_sha1 = rev.inventory_sha1,
186
186
                       format='5',