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
Lint Skipped - Unit
Unit Tests Skipped
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 ↗ | (On Diff #2878) | 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.