copies: return True instead of filename as it is expected to return boolean...
copies: return True instead of filename as it is expected to return boolean
As the function documentation says this function should True if we hit
a match and False otherwise. And I see that we are not using that returned
filename anywhere.
Differential Revision:
https://phab.mercurial-scm.org/D5964