Mercurial > hg-stable
comparison hgext/split.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 | 8ff1ecfadcd1 |
children | 705738def50c |
comparison
equal
deleted
inserted
replaced
43581:642433629e20 | 43582:0c659fc20207 |
---|