Chromium Code Reviews| Index: git_cl.py |
| diff --git a/git_cl.py b/git_cl.py |
| index 9946999c639b4bfd50edd3ab5011b9f97e18a400..58cbd680cd7f7cf990b38a7c31c61390e422e631 100755 |
| --- a/git_cl.py |
| +++ b/git_cl.py |
| @@ -1302,8 +1302,7 @@ def CMDrebase(parser, args): |
| # git svn dcommit. |
| # It's the only command that doesn't use parser at all since we just defer |
| # execution to git-svn. |
| - subprocess2.check_call(['git', 'svn', 'rebase'] + args) |
| - return 0 |
| + return subprocess2.call(['git', 'svn', 'rebase'] + args) |
| def GetTreeStatus(): |