<exe>.local files are used by Windows to set up DLL
redirection. But these files are ignored if you embed an
application manifest in your binary, which we do.
So the existence of this file serves no purpose. So we remove
it.
mharbison72 |
hg-reviewers |
<exe>.local files are used by Windows to set up DLL
redirection. But these files are ignored if you embed an
application manifest in your binary, which we do.
So the existence of this file serves no purpose. So we remove
it.
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
From the referenced URL:
If the application has a manifest, then any .local files are ignored.
We seem to add a manifest now, so maybe this can go away instead?
Nice catch!
I confirmed that we are embedding an application manifest in hg.exe. So we can delete this file. I'll update the series.