changeset 53018:65f6f1fe43ef

rhg-files: use the correct long-form flag for selecting a revision This went unnoticed forever, I guess most users pass in `-r`.
author Rapha?l Gom?s <rgomes@octobus.net>
date Wed, 26 Feb 2025 09:25:53 -0500
parents 3ac28aa1430e
children 878846a50203
files rust/rhg/src/commands/files.rs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rust/rhg/src/commands/files.rs	Mon Feb 24 16:56:09 2025 -0500
+++ b/rust/rhg/src/commands/files.rs	Wed Feb 26 09:25:53 2025 -0500
@@ -26,7 +26,7 @@
             Arg::new("rev")
                 .help("search the repository as it is in REV")
                 .short('r')
-                .long("revision")
+                .long("rev")
                 .value_name("REV"),
         )
         .arg(