changeset 52343 | 393ad2685fb4 |
parent 52178 | bd8081e9fd62 |
--- a/rust/rhg/src/commands/debugdata.rs Mon Dec 02 09:45:56 2024 -0500 +++ b/rust/rhg/src/commands/debugdata.rs Tue Nov 26 15:45:11 2024 +0000 @@ -62,7 +62,7 @@ "support for ellipsis nodes is missing and repo has narrow enabled", )); } - let data = debug_data(repo, rev, kind).map_err(|e| (e, rev.as_ref()))?; + let data = debug_data(repo, rev, kind)?; let mut stdout = invocation.ui.stdout_buffer(); stdout.write_all(&data)?;