# HG changeset patch # User Oleg Oshmyan # Date 1313698514 -10800 # Node ID b40e76b8e8b2a46ca4e615323660bf7a20678d4f # Parent 80dfebb41ec40782fa26290e97c741fe5221fbe8 Restored $$REV$$ in the version number diff -r 80dfebb41ec4 -r b40e76b8e8b2 upreckon/upreckon-vcs --- a/upreckon/upreckon-vcs Thu Aug 18 22:41:39 2011 +0300 +++ b/upreckon/upreckon-vcs Thu Aug 18 23:15:14 2011 +0300 @@ -7,7 +7,7 @@ from upreckon import compat from upreckon.compat import * -parser = optparse.OptionParser(version='Upreckon 2.03.0', epilog='Python 2.6 or newer is required.') +parser = optparse.OptionParser(version='Upreckon 2.03.0 ($$REV$$)', epilog='Python 2.6 or newer is required.') parser.add_option('-1', dest='legacy', action='store_true', default=False, help='handle configuration files in a way more compatible with test.py 1.x') parser.add_option('-p', '--problem', dest='problems', metavar='PROBLEM', action='append', help='test only the PROBLEM (this option can be specified more than once with different problem names, all of which will be tested)') parser.add_option('--list-problems', action='store_true', default=False, help='just list all problem names')