Tue, 07 Dec 2021 12:34:58 +0100 |
Raphaël Gomès |
rhg: support the new extension suboptions syntax
|
Thu, 11 Nov 2021 14:26:25 +0000 |
Arseniy Alekseyev |
rhg: only complain about poorly configured fallback when falling back
|
Thu, 14 Oct 2021 19:02:08 +0100 |
Arseniy Alekseyev |
rhg: fix `hg cat` interaction with null revision
|
Tue, 05 Oct 2021 16:09:20 +0100 |
Arseniy Alekseyev |
rhg: in rhg cat cli, fix the long name of the --rev flag
|
Mon, 13 Sep 2021 15:12:35 +0200 |
Raphaël Gomès |
rhg: fall back if subrepos are detected
|
Wed, 01 Sep 2021 18:09:35 +0200 |
Raphaël Gomès |
rhg: fallback if `defaults` config is set for the current command
|
Wed, 01 Sep 2021 17:41:51 +0200 |
Raphaël Gomès |
rhg: fallback if the current command has any generic hook defined
|
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
|
Mon, 13 Sep 2021 17:23:42 +0200 |
Simon Sapin |
rhg: Align with Python on some revset parsing corner cases
|
Thu, 14 Jan 2021 04:58:20 +0100 |
Pierre-Yves David |
persistent-nodemap: enable the feature by default when using Rust
|
Tue, 06 Apr 2021 18:55:19 +0200 |
Pierre-Yves David |
revlog-compression: use zstd by default (if available)
|
Fri, 12 Mar 2021 21:44:07 +0100 |
Simon Sapin |
rhg: Remove `rhg.fallback-executable=hg` default configuration
|
Thu, 04 Mar 2021 13:30:20 +0100 |
Simon Sapin |
rhg: Align with Python on some more error messages
|
Wed, 03 Mar 2021 19:47:48 +0100 |
Simon Sapin |
rhg: Align config file parse error formatting with Python
|
Wed, 03 Mar 2021 18:00:54 +0100 |
Simon Sapin |
tests: Add `rhg` and `no-rhg` for #require and #if in .t files
|
Tue, 02 Mar 2021 22:42:10 +0100 |
Simon Sapin |
tests: Enable rhg fallback to Python by default in tests
|
Mon, 01 Mar 2021 20:36:06 +0100 |
Simon Sapin |
rhg: Add support for automatic fallback to Python
|
Mon, 01 Mar 2021 16:18:42 +0100 |
Simon Sapin |
rhg: Add a `rhg.on-unsupported` configuration key
|
Tue, 16 Feb 2021 13:08:37 +0100 |
Simon Sapin |
rhg: Add support for the blackbox extension
|
Fri, 12 Feb 2021 16:54:30 +0100 |
Simon Sapin |
rhg: Remove error message on unsupported CLI arguments
|
Mon, 08 Feb 2021 23:41:58 +0100 |
Simon Sapin |
rhg: add limited support for the `config` sub-command
|
Mon, 08 Feb 2021 21:37:30 +0100 |
Simon Sapin |
rhg: Add support for -R and --repository command-line arguments
|
Mon, 01 Feb 2021 11:41:10 +0100 |
Simon Sapin |
rhg: add support for share-safe
|
Thu, 14 Jan 2021 13:04:12 +0100 |
Simon Sapin |
rhg: initial support for shared repositories
|
Mon, 01 Feb 2021 19:30:28 +0100 |
Simon Sapin |
rhg: Add basic test with a shared repository
|
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
|
Wed, 27 Jan 2021 14:59:09 +0100 |
Simon Sapin |
rust: replace RequirementsError with HgError
|