comparison mercurial/pure/mpatch.py @ 48229:db5897321351

dirstate-v2: Use attributes as intended instead of properties in v2_data() The property return other integer values instead of None, so `is not None` does not work. This fixes test-dirstate-race.t in pure-Python mode, which currently fails on the default branch. Differential Revision: https://phab.mercurial-scm.org/D11660
author Simon Sapin <simon.sapin@octobus.net>
date Thu, 14 Oct 2021 15:05:04 +0200
parents d4ba4d51f85f
children 5aafc3c5bdec
comparison
equal deleted inserted replaced
48228:50dca3aa5c3b 48229:db5897321351