rust/rhg/src/commands/files.rs
changeset 53017 65f6f1fe43ef
parent 52343 393ad2685fb4
equal deleted inserted replaced
53016:3ac28aa1430e 53017:65f6f1fe43ef
    24     clap::command!("files")
    24     clap::command!("files")
    25         .arg(
    25         .arg(
    26             Arg::new("rev")
    26             Arg::new("rev")
    27                 .help("search the repository as it is in REV")
    27                 .help("search the repository as it is in REV")
    28                 .short('r')
    28                 .short('r')
    29                 .long("revision")
    29                 .long("rev")
    30                 .value_name("REV"),
    30                 .value_name("REV"),
    31         )
    31         )
    32         .arg(
    32         .arg(
    33             Arg::new("file")
    33             Arg::new("file")
    34                 .value_parser(clap::value_parser!(std::ffi::OsString))
    34                 .value_parser(clap::value_parser!(std::ffi::OsString))