rust/hg-cpython/src/revlog.rs
changeset 52175 c90e0f65896e
parent 52174 bcd4962e0df9
child 52176 1032bb0ef365
--- a/rust/hg-cpython/src/revlog.rs	Wed Jul 31 13:35:54 2024 +0200
+++ b/rust/hg-cpython/src/revlog.rs	Wed Jul 31 15:11:27 2024 +0200
@@ -137,8 +137,7 @@
     } else {
         return Err(PyErr::new::<ValueError, _>(
             py,
-            "Nodemap data buffer has an invalid memory representation"
-                .to_string(),
+            "buffer has an invalid memory representation".to_string(),
         ));
     };