/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: v.ladeuil+lp at free
  • Date: 2007-01-08 10:21:20 UTC
  • mfrom: (2225 +trunk)
  • mto: (2323.7.1 redirection)
  • mto: This revision was merged to the branch mainline in revision 2390.
  • Revision ID: v.ladeuil+lp@free.fr-20070108102120-rhp9vvuhmshrrd92
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',