changeset 17:dfe872cafbd0

$Rev: $ in test-svn.py 2.00 should now work
author Oleg Oshmyan <chortos@inbox.lv>
date Mon, 07 Jun 2010 23:38:13 +0000
parents f2279b7602d3
children a33653cdad57
files 2.00/test-svn.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/2.00/test-svn.py	Mon Jun 07 23:36:52 2010 +0000
+++ b/2.00/test-svn.py	Mon Jun 07 23:38:13 2010 +0000
@@ -5,7 +5,7 @@
 import optparse, sys, compat
 from compat import say
 
-# $Rev: 15 $
+# $Rev: $
 version = '2.00.0 (SVN r$$REV$$)'
 parser = optparse.OptionParser(version='test.py '+version, epilog='Python 2.5 or newer is required, unless you have a custom build of Python.')
 parser.add_option('-u', '--update', dest='update', action='store_true', default=False, help='check for an updated version of test.py')