Skip to content
Snippets Groups Projects
Commit 5950957a authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

rust-pyo3-revlog: issnapshot

parent 6c121468
No related branches found
No related tags found
2 merge requests!1292Draft: 7.0rc preparation,!1203Port all hg-cpython revlog code to Pyo3
......@@ -282,6 +282,10 @@
})
}
fn issnapshot(slf: &Bound<'_, Self>, rev: PyRevision) -> PyResult<bool> {
Self::_index_issnapshot(slf, rev)
}
fn reading(slf: &Bound<'_, Self>) -> PyResult<ReadingContextManager> {
Ok(ReadingContextManager {
inner_revlog: slf.clone().unbind(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment