24 lines
638 B
Python
24 lines
638 B
Python
#!/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'python-daemon.devel',
|
|
'build_date': '2009-05-22 19:50:06 +1000',
|
|
'clean': None,
|
|
'date': '2009-05-22 19:47:30 +1000',
|
|
'revision_id': 'ben+python@benfinney.id.au-20090522094730-p4vsa0reh7ktt4e1',
|
|
'revno': 145}
|
|
|
|
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
|