rust/rhg/src/error.rs
changeset 46735 12d59eec7f1d
parent 46731 3d692e724d06
child 46744 b1f2c2b336ec
--- a/rust/rhg/src/error.rs	Fri Mar 12 22:38:40 2021 +0100
+++ b/rust/rhg/src/error.rs	Thu Mar 04 13:30:20 2021 +0100
@@ -72,7 +72,7 @@
         match error {
             RepoError::NotFound { at } => CommandError::Abort {
                 message: format_bytes!(
-                    b"repository {} not found",
+                    b"abort: repository {} not found",
                     get_bytes_from_path(at)
                 ),
             },