log

age author description
Thu, 10 Feb 2022 19:26:10 +0100 Simon Sapin rhg: enable `rhg status` by default, without config or env opt-in
Tue, 08 Feb 2022 14:20:58 +0100 Simon Sapin rhg: Colorize `rhg status` output when appropriate
Thu, 10 Feb 2022 12:59:32 +0100 Simon Sapin rhg: Add support for colored output
Thu, 10 Feb 2022 13:56:43 +0100 Simon Sapin rhg: Add parsing for the --color global CLI argument
Thu, 10 Feb 2022 12:52:25 +0100 Simon Sapin rhg: Make Ui::new falliable, add Ui::new_infallible
Thu, 10 Feb 2022 12:12:56 +0100 Simon Sapin rhg: Pass a &Config to Ui::new
Thu, 10 Feb 2022 11:58:04 +0100 Simon Sapin rhg: Add support for HGPLAINEXPECT
Thu, 10 Feb 2022 13:24:38 -0500 Augie Fackler merge: with stable
Wed, 09 Feb 2022 16:07:50 +0100 Pierre-Yves David help: make the help for `safe-mismatch` real section stable
Wed, 09 Feb 2022 15:44:21 +0100 Pierre-Yves David help: avoid repeated value in the safe-mistmatch help stable
Wed, 09 Feb 2022 15:43:01 +0100 Pierre-Yves David help: add missing `.` in config reference stable
Mon, 07 Feb 2022 12:29:43 +0300 Anton Shestakov scmutil: obsrevs is already a frozenset
Mon, 07 Feb 2022 12:25:46 +0300 Anton Shestakov obsolete: always return frozensets from obsolete.getrevs()
Wed, 26 Jan 2022 13:18:48 +0100 pacien revlog: split revlog v1 and revlog v2 handling
Wed, 26 Jan 2022 13:08:36 +0100 pacien revlog: extract entry byte offsets into named constants
Mon, 07 Feb 2022 15:45:53 +0100 Mads Kiilerich doc: inspect.getargspec has been removed in Python 3.11 stable
Mon, 07 Feb 2022 13:24:30 +0300 Anton Shestakov branchmap: split a long condition in branchcache.validfor(), add comments
Sun, 06 Feb 2022 19:31:39 +0300 Anton Shestakov branchmap: don't add branch entries if there are no heads
Sun, 06 Feb 2022 19:14:51 +0300 Anton Shestakov notify: don't produce errors if a revision is not found
Thu, 03 Feb 2022 18:14:11 +0100 Pierre-Yves David narrow: allow merging non-conflicting change outside of the narrow spec
Sun, 30 Jan 2022 06:01:42 +0100 Pierre-Yves David merge-actions: add some information about the "changes" the action do
Sat, 29 Jan 2022 06:21:32 +0100 Pierre-Yves David merge-actions: have an attribute for narrow safetiness
Fri, 28 Jan 2022 15:19:58 +0100 Pierre-Yves David merge-actions: add an explicite "no_op" attribute
Fri, 28 Jan 2022 19:46:37 +0100 Pierre-Yves David merge-actions: gather all created action into a set
Fri, 28 Jan 2022 17:08:30 +0100 Pierre-Yves David merge-actions: make merge action a full featured object
Fri, 28 Jan 2022 16:25:41 +0100 Pierre-Yves David convert: use the merge action constant
Fri, 28 Jan 2022 16:11:42 +0100 Pierre-Yves David large-file: use the merge action constant
Fri, 28 Jan 2022 16:41:45 +0100 Pierre-Yves David merge: stop using merge action for pathconflict option
Fri, 28 Jan 2022 14:25:51 +0100 Pierre-Yves David merge: break up a not-so-one-liner for readability
Fri, 28 Jan 2022 14:25:45 +0100 Pierre-Yves David merge: break up a not-so-one-liner for readability