rust/rhg/src/commands/cat.rs
Mon, 09 Jan 2023 17:40:03 +0100 Raphaël Gomès rust: run `cargo clippy`
Fri, 06 Jan 2023 18:52:04 +0100 Raphaël Gomès rust: use `logging_timer` instead of `micro_timer`
Tue, 15 Nov 2022 00:02:43 +0100 Raphaël Gomès rhg: upgrade `clap` dependency
Mon, 14 Nov 2022 15:20:48 +0100 Raphaël Gomès rust: remove newly redundant `use` statements with the 2021 edition prelude
Wed, 25 May 2022 16:50:00 +0200 Raphaël Gomès rhg: add error message for paths outside the repository when cwd != root stable
Wed, 27 Oct 2021 19:37:46 +0100 Arseniy Alekseyev rhg: make it possible to opt out of `rhg cat`
Fri, 15 Oct 2021 14:05:20 +0100 Arseniy Alekseyev rhg: internally, return a structured representation from hg cat
Mon, 04 Oct 2021 19:06:45 +0100 Arseniy Alekseyev rhg: faster hg cat when many files are requested
Tue, 05 Oct 2021 16:09:20 +0100 Arseniy Alekseyev rhg: in rhg cat cli, fix the long name of the --rev flag
Wed, 01 Sep 2021 17:41:08 +0200 Raphaël Gomès rhg-cat: fallback in presence of a fileset
Wed, 01 Sep 2021 17:40:25 +0200 Raphaël Gomès rhg-cat: fallback when detecting `.` or `..` path segments
Wed, 01 Sep 2021 16:13:25 +0200 Raphaël Gomès rhg: add support for calling `rhg cat` without a revision
Wed, 03 Mar 2021 16:40:03 +0100 Simon Sapin rhg: `cat` command: print error messages for missing files
Mon, 08 Mar 2021 08:35:43 +0100 Simon Sapin rhg: Don’t make repository path absolute too early
Mon, 01 Mar 2021 16:18:42 +0100 Simon Sapin rhg: Add a `rhg.on-unsupported` configuration key
Mon, 15 Feb 2021 20:13:09 +0100 Simon Sapin rhg: Move `Repo` object creation into `main()`
Mon, 15 Feb 2021 20:05:32 +0100 Simon Sapin rhg: Group values passed to every sub-command into a struct
Mon, 08 Feb 2021 21:37:30 +0100 Simon Sapin rhg: Add support for -R and --repository command-line arguments
Mon, 08 Feb 2021 21:05:36 +0100 Simon Sapin rhg: Move subcommand CLI arguments definitions to respective modules
Mon, 08 Feb 2021 20:33:04 +0100 Simon Sapin rhg: replace command structs with functions
Thu, 04 Feb 2021 13:17:55 +0100 Simon Sapin rhg: Parse system and user configuration at program start
Thu, 28 Jan 2021 20:31:42 +0100 Simon Sapin rust: Fold find_root and check_requirements into Repo::find
Thu, 28 Jan 2021 19:13:55 +0100 Simon Sapin rhg: Simplify CommandError based on its use
Tue, 26 Jan 2021 20:31:26 +0100 Simon Sapin rhg: replace `map_*_error` functions with `From` impls
Tue, 26 Jan 2021 19:07:24 +0100 Simon Sapin rust: remove `FooError` structs with only `kind: FooErrorKind` enum field
Mon, 14 Dec 2020 16:33:15 +0100 Simon Sapin rust: introduce Repo and Vfs types for filesystem abstraction
Mon, 14 Dec 2020 14:59:23 +0100 Simon Sapin rust: replace most "operation" structs with functions
Mon, 30 Nov 2020 19:34:49 +0100 Simon Sapin rhg: allow specifying a changeset ID prefix
Mon, 30 Nov 2020 19:26:54 +0100 Simon Sapin rhg: add a test for --rev with a hex changeset ID
Tue, 24 Nov 2020 18:52:38 +0100 Simon Sapin rhg: exit with relevant code for unsupported requirements
Mon, 28 Sep 2020 16:54:35 +0200 Antoine cezar rhg: use `.or(Err(Error))` not `.map_err(|_| Error)` (D9100#inline-15067)
Tue, 15 Sep 2020 16:51:11 +0200 Antoine Cezar rhg: add a limited `rhg cat -r` subcommand
less more (0) tip