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.
This is a corrected version of D1122.
I will remove the backticks in-flight; I think this are discouraged in comments still
Excellent comment overall, nonetheless