diff 2.00/test-svn.py @ 33:f90bd2d1a12b

Converted revision reporting from SVN to hg.
author Oleg Oshmyan <chortos@inbox.lv>
date Mon, 29 Nov 2010 22:15:01 +0000
parents 5bbb68833868
children ddb3e1098727
line wrap: on
line diff
--- a/2.00/test-svn.py	Mon Nov 29 01:24:22 2010 +0000
+++ b/2.00/test-svn.py	Mon Nov 29 22:15:01 2010 +0000
@@ -10,8 +10,7 @@
 
 from compat import *
 
-# $Rev$
-version = '2.00.0 (SVN r$$REV$$)'
+version = '2.00.0 ($$REV$$)'
 parser = optparse.OptionParser(version='test.py '+version, epilog='Python 2.5 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('-u', '--update', dest='update', action='store_true', default=False, help='update the installed test.py to the latest publicly available version')