Mercurial > hg
comparison mercurial/tags.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 | d55b71393907 |
children | 6000f5b25c9b d4b66dc500c5 |
comparison
equal
deleted
inserted
replaced
48228:50dca3aa5c3b | 48229:db5897321351 |
---|