##// END OF EJS Templates
rust-revlog: add invalidation detection to `NodeTree` class...
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.

File last commit:

r51283:b88e9c70 default
r52144:0409bd6b default
Show More
clippy.toml
1 line | 16 B | application/toml | TOMLLexer
msrv = "1.61.0"