Mercurial > hg
comparison hgext/gpg.py @ 51251:0409bd6ba663
rust-revlog: add invalidation detection to `NodeTree` class
This will be useful for callers, such as `scmutil` who reuse a
`NodeTree` instance as a cache. They would otherwise get hard
errors if any mutation of the index occurred since instantiation.
This is something the C index does not provide.
author | Georges Racinet <georges.racinet@octobus.net> |
---|---|
date | Mon, 30 Oct 2023 22:36:30 +0100 |
parents | bbaac3a222bb |
children | f4733654f144 |
comparison
equal
deleted
inserted
replaced
51250:a8ca22119385 | 51251:0409bd6ba663 |
---|