--HG--
branch : pmacs2
This commit is contained in:
moculus 2008-03-16 23:30:56 +00:00
parent 50bf60e2a3
commit 2b84e634c9
1 changed files with 1 additions and 1 deletions

View File

@ -1125,7 +1125,7 @@ class SvnCommit(Method):
lines = data.split('\n')
try:
if status == 0:
if status != 0:
raise Exception
for line in lines:
m = self.regex.match(line)