Tue, 15 Nov 2022 00:02:43 +0100 |
Raphaël Gomès |
rhg: upgrade `clap` dependency
|
Thu, 03 Nov 2022 16:30:35 +0100 |
Raphaël Gomès |
rhg: add a config option to fall back immediately
stable
|
Thu, 25 Aug 2022 16:53:56 +0100 |
Arseniy Alekseyev |
tests: remove flakiness in a time-dependent test
stable
|
Wed, 04 May 2022 18:17:44 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
Tue, 19 Apr 2022 12:27:40 +0200 |
Raphaël Gomès |
rhg: use `Command::exec` instead of `Command::status`
stable
|
Fri, 18 Mar 2022 17:39:06 +0100 |
Raphaël Gomès |
rhg: add support for ignoring all extensions
|
Tue, 11 Jan 2022 21:40:08 +0100 |
Pierre-Yves David |
share-safe: enable by default (BC)
|
Mon, 17 Jan 2022 21:20:46 -0500 |
Valentin Gatien-Baron |
blackbox: change year in logs to ISO 8601 format
|
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
|