Chrome Version: depot_tools bc9c5ccf00e8e3d3e2937d49ddbc02818f80c351
OS: macOS 10.12.5
What steps will reproduce the problem?
(1) Copy a file from one location to another
(2) Add it to a CL
(3) `git cl upload --find-copies`
What is the expected result?
Expect that Gerrit correctly identifies the copy.
What happens instead?
It doesn't. Only renames with default similarity seem to be detected.
Please use labels and text to provide additional information.
I tried this on the following CL: https://chromium-review.googlesource.com/c/562776/
PS 1: Copied sandbox_bpf_base_policy_android.cc to baseline_policy_android.cc, `git cl upload` without options, not detected as copy
PS 2: `git cl upload --find-copies`, not detected as copy
PS 4: Change the file copy to a move, uploaded without options, detected properly as rename
It seems that copy detection doesn't work, but automatic rename detection does.
For graphics-related bugs, please copy/paste the contents of the about:gpu
page at the end of this report.
Comment 1 by primiano@chromium.org
, Jul 7 2017