Wed, 26 Feb 2025 09:25:53 -0500 |
Rapha?l Gom?s |
rhg-files: use the correct long-form flag for selecting a revision
|
Tue, 26 Nov 2024 15:45:11 +0000 |
Arseniy Alekseyev |
rust: make RevlogError AmbiguousPrefix case contain the actual prefix
|
Mon, 30 Sep 2024 19:15:19 +0200 |
Rapha?l Gom?s |
rust-files: separate the listing of files from a revset and a revision
|
Mon, 30 Sep 2024 12:10:35 +0200 |
Rapha?l Gom?s |
rust-files: also return filenode and flags when listing a revision's files
|
Thu, 17 Aug 2023 15:53:32 -0400 |
Spencer Baugh |
rhg: support rhg files [FILE]
|
Mon, 29 May 2023 17:04:14 +0100 |
Arseniy Alekseyev |
rhg: support `rhg files` with `ui.relative-paths=false`
|
Mon, 29 May 2023 16:53:18 +0100 |
Arseniy Alekseyev |
rhg: make `rhg files` work if `ui.relative-files=true` is specified
|
Wed, 11 Jan 2023 17:30:55 +0100 |
Rapha?l Gom?s |
rhg-files: add support for narrow when specifying a revision
|
Wed, 11 Jan 2023 17:08:23 +0100 |
Rapha?l Gom?s |
rust-narrow: enable narrow support for plain `rhg files`
|
Wed, 11 Jan 2023 17:28:48 +0100 |
Rapha?l Gom?s |
rhg-files: make signature of `display_files` more flexible
|
Wed, 11 Jan 2023 16:29:29 +0100 |
Rapha?l Gom?s |
rhg-files: reuse centralized dirstate logic
|
Wed, 11 Jan 2023 15:44:21 +0100 |
Rapha?l Gom?s |
rhg: fix typo
|
Tue, 15 Nov 2022 00:02:43 +0100 |
Rapha?l Gom?s |
rhg: upgrade `clap` dependency
|
Fri, 10 Dec 2021 16:57:39 +0100 |
Simon Sapin |
rhg: refactor relativize_path into a struct + method
|
Tue, 16 Nov 2021 11:53:58 +0000 |
Arseniy Alekseyev |
rhg: add support for narrow clones and sparse checkouts
|
Tue, 23 Nov 2021 18:27:42 +0100 |
Simon Sapin |
rhg: Propogate manifest parse errors instead of panicking
|
Tue, 05 Oct 2021 18:02:22 +0530 |
Pulkit Goyal |
rhg: refactor function to relativize paths in utils
|
Sat, 13 Mar 2021 09:50:34 +0100 |
Simon Sapin |
rhg: Make `files` work on repo-relative paths when possible
|
Mon, 08 Mar 2021 19:25:33 +0100 |
Simon Sapin |
rhg: Exit with an error code if `files` finds nothing
|
Mon, 08 Mar 2021 08:35:43 +0100 |
Simon Sapin |
rhg: Don?t make repository path absolute too early
|
Fri, 05 Mar 2021 13:28:49 +0100 |
Simon Sapin |
rhg: Fall back to Python if ui.relative-paths is configured
|
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, 14 Dec 2020 13:47:44 +0100 |
Simon Sapin |
rust: change &PathBuf parameters to &Path
|
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
|
Wed, 09 Sep 2020 14:53:15 +0200 |
Antoine Cezar |
rhg: add `--revision` argument to `rhg files`
|
Wed, 09 Sep 2020 12:12:11 +0200 |
Antoine Cezar |
hg-core: simplify `list_tracked_files` operation
|
Tue, 04 Aug 2020 16:11:23 +0200 |
Antoine Cezar |
rhg: pass `ui` to `Command` `run`
|
Thu, 30 Jul 2020 16:55:44 +0200 |
Rapha?l Gom?s |
rhg: make output of `files` relative to the current directory and the root
|
Wed, 29 Jul 2020 10:21:17 +0200 |
Antoine Cezar |
rhg: add a `Files` `Command` to prepare the `rhg files` subcommand
|