comparison tests/test-push-checkheads-superceed-A4.t @ 34835:14c87708f432

arbitraryfilecontext: skip the cmp fast path if any side is a symlink `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. Differential Revision: https://phab.mercurial-scm.org/D1165
author Phil Cohen <phillco@fb.com>
date Tue, 17 Oct 2017 12:41:24 -0700
parents b11e8c67fb0f
children 4441705b7111
comparison
equal deleted inserted replaced
34834:2e8477059d4f 34835:14c87708f432