diff -r 8e0c4df28eec -r cc5f94db672b tests/test-convert.t --- a/tests/test-convert.t Fri Sep 12 11:23:26 2014 -0700 +++ b/tests/test-convert.t Fri Sep 12 12:28:30 2014 -0700 @@ -253,6 +253,12 @@ "90" means that a delete/add pair will be imported as a rename if more than 90% of the file hasn't changed. The default is "0". + convert.git.findcopiesharder + while detecting copies, look at all files in the working + copy instead of just changed ones. This is very expensive + for large projects, and is only effective when + "convert.git.similarity" is greater than 0. The default is + False. Perforce Source ###############