summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-09-14 17:51:14 (GMT)
committerGuido van Rossum <guido@python.org>1998-09-14 17:51:14 (GMT)
commit5fae9e8b86a45f8906af36e1c8e21de767e341b2 (patch)
treea19203882690a22328a2273b04f4b04301f065bb
parent8d5bef7fb88d4f6b548601afad43cfe2fe1995e0 (diff)
downloadcpython-5fae9e8b86a45f8906af36e1c8e21de767e341b2.zip
cpython-5fae9e8b86a45f8906af36e1c8e21de767e341b2.tar.gz
cpython-5fae9e8b86a45f8906af36e1c8e21de767e341b2.tar.bz2
nannified
-rwxr-xr-xDemo/pdist/rcsbump2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/pdist/rcsbump b/Demo/pdist/rcsbump
index 421501e..7ae9c50 100755
--- a/Demo/pdist/rcsbump
+++ b/Demo/pdist/rcsbump
@@ -27,7 +27,7 @@ for file in files:
majorrev = string.atoi(majorrev_re.group(0)) + 1
if not dir.islocked(file):
- dir.checkout(file, WITHLOCK)
+ dir.checkout(file, WITHLOCK)
msg = "Bumping major revision number (to %d)" % majorrev
dir.checkin((file, "%s.0" % majorrev), msg, "-f")