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
|
||||
|
||||
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")
|
||||
|
|
Loading…
Reference in New Issue