nannified
This commit is contained in:
parent
8d5bef7fb8
commit
5fae9e8b86
@ -27,7 +27,7 @@ for file in files:
|
|||||||
majorrev = string.atoi(majorrev_re.group(0)) + 1
|
majorrev = string.atoi(majorrev_re.group(0)) + 1
|
||||||
|
|
||||||
if not dir.islocked(file):
|
if not dir.islocked(file):
|
||||||
dir.checkout(file, WITHLOCK)
|
dir.checkout(file, WITHLOCK)
|
||||||
|
|
||||||
msg = "Bumping major revision number (to %d)" % majorrev
|
msg = "Bumping major revision number (to %d)" % majorrev
|
||||||
dir.checkin((file, "%s.0" % majorrev), msg, "-f")
|
dir.checkin((file, "%s.0" % majorrev), msg, "-f")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user