/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 gen_changeset.py

  • Committer: John Arbash Meinel
  • Date: 2005-06-29 01:18:07 UTC
  • mto: (0.5.85) (1185.82.1 bzr-w-changeset)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: john@arbash-meinel.com-20050629011806-7fa2f7368e0dfc1b
Timezone doesn't need 9 digits of precision.

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
                self.branch.get_revision_sha1(rev_id))
217
217
            self.to_file.write('#    committer: %s\n' % rev.committer)
218
218
            self.to_file.write('#    timestamp: %.9f\n' % rev.timestamp)
219
 
            self.to_file.write('#    timezone: %.9f\n' % rev.timezone)
 
219
            self.to_file.write('#    timezone: %s\n' % rev.timezone)
220
220
            self.to_file.write('#    inventory id: %s\n' % rev.inventory_id)
221
221
            self.to_file.write('#    inventory sha1: %s\n' % rev.inventory_sha1)
222
222
            self.to_file.write('#    parents:\n')