filecmp follows symlinks by default, which a filectx.cmp() call should not
be doing as it should only compare the requested entry. After this patch, only
the contexts' data are compared, which is the correct contract.
Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
I'm dropping this from hg-committed for now. Please re-submit with the check-code issues fixed.
@hg-reviewers: If I'm doing this wrong by dropping the patch, please let me know so I can correct my behavior in the future.
tests/test-arbitraryfilectx.t | ||
---|---|---|
53 | why is there a space after the e here? |
Comment Actions
No, that sounds fair, Phil should resend (as a new differential ID) when the issue is sorted.
why is there a space after the e here?