comparison hgext/purge.py @ 43582:0c659fc20207

index: add a `has_node` method (API) The new `index.has_node(node)` is to be preferred over: `node in index.nodemap`. This get us closer to be able to remove the `nodemap` attribute of the index. Differential Revision: https://phab.mercurial-scm.org/D7322
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 03 Nov 2019 00:01:09 +0100
parents 687b865b95ad
children 9f8eddd2723f
comparison
equal deleted inserted replaced
43581:642433629e20 43582:0c659fc20207