--- a/rust/rhg/src/error.rs Mon Sep 30 17:19:35 2024 +0200
+++ b/rust/rhg/src/error.rs Tue Oct 01 13:20:40 2024 +0200
@@ -207,9 +207,9 @@
RevlogError::WDirUnsupported => CommandError::abort(
"abort: working directory revision cannot be specified",
),
- RevlogError::InvalidRevision => CommandError::abort(format!(
+ RevlogError::InvalidRevision(r) => CommandError::abort(format!(
"abort: invalid revision identifier: {}",
- rev
+ r
)),
RevlogError::AmbiguousPrefix => CommandError::abort(format!(
"abort: ambiguous revision identifier: {}",