Mercurial > hg
comparison mercurial/lsprof.py @ 46656:9a31f65381ae
tags: validate nodes in _getfnodes() and update cache in case of unknown nodes
`hgtagsfnodescache` can contain unknown nodes due to cache corruption and this
lead to a traceback on operations like `hg tags` as we don't validate nodes.
This patch validates that all filenodes returned after `hgtagsfnodescache` are
known to the repository. If there exists any unknown filenode, we force
recompute it and update the cache.
The test change demonstrates the fix.
Differential Revision: https://phab.mercurial-scm.org/D10083
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Tue, 02 Mar 2021 00:02:25 +0530 |
parents | 9f70512ae2cf |
children | 6000f5b25c9b |
comparison
equal
deleted
inserted
replaced
46655:e4e971abb6a3 | 46656:9a31f65381ae |
---|