tests/test-revlog-raw.py.out
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 12 Apr 2022 11:40:37 -0700
changeset 49142 bfc117647c71
parent 41090 797a416a91bd
permissions -rw-r--r--
rust-revlog: move check for nodemap requirement to caller It's good for both making `Revlog` testable and reusable to have it not depend on the higher-level `Repo` type. This patch is one step in towards that. Additionally, this change in particular gives the callers more control over when to use a nodemap. Differential Revision: https://phab.mercurial-scm.org/D12546

local test passed
addgroupcopy test passed
clone test passed
lowlevelcopy test passed
slicing test passed
issnapshot test passed
findsnapshot test passed