comparison tests/test-encoding-func.py @ 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 6c119dbfd0c0
children 57b0c7221dba
comparison
equal deleted inserted replaced
34834:2e8477059d4f 34835:14c87708f432