Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index 4edb6a0af8e1ee834f7f8305e92e435a3c1f9cee..b30e369b7db59039c8728f971dec11ad9c983398 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -2787,7 +2787,7 @@ def CMDdiff(parser, args): |
# Switch back to starting brand and diff against the temporary |
iannucci
2015/02/02 15:54:52
could you fix s/brand/branch too?
wychen
2015/02/02 16:27:32
Done.
|
# branch containing the latest rietveld patch. |
- subprocess2.check_call(['git', 'diff', TMP_BRANCH, branch]) |
+ RunGit(['diff', TMP_BRANCH, branch, '--']) |
finally: |
RunGit(['checkout', '-q', branch]) |
RunGit(['branch', '-D', TMP_BRANCH]) |