parent
63810fb143
commit
e695725a34
|
@ -1064,10 +1064,11 @@ class CvsCommit(Method):
|
|||
lines = data.split('\n')
|
||||
|
||||
if status == 0:
|
||||
for line in lines:
|
||||
m = self.regex.match(lines[-1])
|
||||
if m:
|
||||
w.set_error("Committed [%s -> %s]" % (m.group(2), m.group(1)))
|
||||
else:
|
||||
return
|
||||
w.set_error("Up-to-date")
|
||||
else:
|
||||
w.set_error("Problems with CVS commit: %d" % status)
|
||||
|
|
Loading…
Reference in New Issue