prop=duplicatefiles does not show duplicates under same name
authorumherirrender <umherirrender_de.wp@web.de>
Sat, 18 Aug 2012 13:44:20 +0000 (15:44 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Sat, 18 Aug 2012 13:44:20 +0000 (15:44 +0200)
commit5964a39755ddb2035b0b4d38ca2f02a161e14686
tree295153c02fc1475a0b8bb479ba85d95b2f70ab39
parent806315a788ac59159f920f5c27598e241a596d8e
prop=duplicatefiles does not show duplicates under same name

When under the same name on the repo a file exist, with the same hash,
prop=duplicatefiles does not list this file.
Checking also isLocal, when looking for the file itself helps.

Adding also a shared='' to indicate, that the duplicate with same name
is not the file itself.

Follow up I745cae7a

Change-Id: I4e613cb6d592521befe8bc876e251a89b3fa3047
includes/api/ApiQueryDuplicateFiles.php