Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: third_party/upload.py

Issue 10545107: Turn on git diff copy detection for git-cl upload. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/git_cl_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/upload.py
diff --git a/third_party/upload.py b/third_party/upload.py
index 538d3aef31b2544ce65510af843831a5a1bd8ab2..9b0825c6d4e9401860f5c7a5ad5f2981a30a2fc5 100755
--- a/third_party/upload.py
+++ b/third_party/upload.py
@@ -1306,7 +1306,7 @@ class GitVCS(VersionControlSystem):
]
diff = RunShell(cmd + ["--diff-filter=D"] + extra_args, env=env,
silent_ok=True)
- diff += RunShell(cmd + ["-C", "--diff-filter=ACMRT"] + extra_args, env=env,
+ diff += RunShell(cmd + ["-C", "-C", "--diff-filter=ACMRT"] + extra_args, env=env,
M-A Ruel 2012/06/11 00:01:59 This needs to happen upstream first.
silent_ok=True)
if not diff:
ErrorExit("No output from %s" % (cmd + extra_args))
« no previous file with comments | « tests/git_cl_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698