Chromium Code Reviews| Index: scm.py |
| diff --git a/scm.py b/scm.py |
| index 48118d10357ed2f4872271c844aad22cd26ea531..1dce4bd7ccd9d35dd6e3a8b09788c70c03a8036d 100644 |
| --- a/scm.py |
| +++ b/scm.py |
| @@ -369,9 +369,7 @@ class SVN(object): |
| if match: |
| file_list.append(match.group(1)) |
| if line.startswith('svn: '): |
| - # We can't raise an exception. We can't alias a variable. Use a cheap |
| - # way. |
| - failure.append(True) |
| + failure.append(line) |
| try: |
| SVN.RunAndFilterOutput(args, |