Mercurial > public > mercurial-scm > hg
diff rust/hg-core/src/revlog/node.rs @ 50971:c950fdba7472
rust: add `UncheckedRevision` type
This is the start of a series whose aim is to separate "checked" and
"unchecked" revision numbers. A "checked" revision number is valid for a given
index, allowing us to have faster algorithms that don't do redundant checks
all the time and have a clearer view of the kinds of revisions
we're working with.
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Mon, 07 Aug 2023 12:53:43 +0200 |
parents | 2202832b35e8 |
children | 532e74ad3ff6 |