Mercurial > public > mercurial-scm > hg-stable
diff rust/rhg/src/commands/files.rs @ 46011:904647f7d983
rhg: add a test for --rev with a hex changeset ID
And fix error message formatting
Differential Revision: https://phab.mercurial-scm.org/D9478
author | Simon Sapin <simon-commits@exyr.org> |
---|---|
date | Mon, 30 Nov 2020 19:26:54 +0100 |
parents | 2ad2745e0be9 |
children | 8d6164098782 |
line wrap: on
line diff
--- a/rust/rhg/src/commands/files.rs Tue Dec 01 02:07:15 2020 +0100 +++ b/rust/rhg/src/commands/files.rs Mon Nov 30 19:26:54 2020 +0100 @@ -85,7 +85,7 @@ ListRevTrackedFilesErrorKind::InvalidRevision => { CommandErrorKind::Abort(Some( utf8_to_local(&format!( - "abort: invalid revision identifier{}\n", + "abort: invalid revision identifier {}\n", rev )) .into(),