#!/usr/bin/env python
"""This file is automatically generated by generate_version_info
It uses the current working tree to determine the revision.
So don't edit it. :)
"""
version_info = {'branch_nick': u'build-branch',
'build_date': '2010-05-13 23:12:22 +0200',
'clean': False,
'date': '2010-05-13 23:00:47 +0200',
'revision_id': 'tca@gnu.org-20100513210047-qf7wx6wbwmszv9yo',
'revno': 1564}
revisions = {}
file_revisions = {}
if __name__ == '__main__':
print 'revision: %(revno)d' % version_info
print 'nick: %(branch_nick)s' % version_info
print 'revision id: %(revision_id)s' % version_info
|