log

age author description
Thu, 04 Feb 2021 23:11:42 +0100 Joerg Sonnenberger build: fake PEP440 versions
Thu, 04 Feb 2021 11:32:08 -0800 Kyle Lippincott tests: add a comment in a test that will hopefully save someone some time
Wed, 27 Jan 2021 03:07:14 +0100 Joerg Sonnenberger changegroup: don't convert revisions to node for duplicate handling
Wed, 27 Jan 2021 02:34:51 +0100 Joerg Sonnenberger revlog: change addgroup callbacks to take revision numbers
Wed, 27 Jan 2021 01:43:17 +0100 Joerg Sonnenberger revlog: change addrevision to return the new revision, not node
Wed, 27 Jan 2021 00:55:20 +0100 Joerg Sonnenberger revlog: change addrawrevision to return the revision
Tue, 26 Jan 2021 23:56:11 +0100 Joerg Sonnenberger revlog: change _addrevision to return the new revision
Mon, 08 Feb 2021 23:41:58 +0100 Simon Sapin rhg: add limited support for the `config` sub-command
Mon, 08 Feb 2021 23:08:44 +0100 Simon Sapin rhg: Add support for --config CLI arguments
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:28:52 +0100 Simon Sapin rhg: Replace subcommand boilerplate with a macro
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
Mon, 08 Feb 2021 11:13:56 +0100 Simon Sapin rust: Use the DisplayBytes trait in config printing
Thu, 04 Feb 2021 13:32:11 -0800 Martin von Zweigbergk log: respect diff.merge in -p output
Thu, 04 Feb 2021 13:21:01 -0800 Martin von Zweigbergk diff: extract function for getting possibly re-merged parent to diff against
Thu, 04 Feb 2021 13:05:51 -0800 Martin von Zweigbergk diff: replace --merge option by config option
Thu, 24 Dec 2020 11:21:23 -0500 Matt Harbison tagcache: distinguish between invalid and missing entries
Thu, 11 Feb 2021 20:36:46 -0800 Martin von Zweigbergk branching: merge with stable
Wed, 10 Feb 2021 23:03:54 +0100 Pierre-Yves David hooks: add a `auto` value for `hooks.*run-with-plain` stable
Wed, 10 Feb 2021 23:21:21 +0100 Pierre-Yves David hooks: introduce a `:run-with-plain` option for hooks stable
Wed, 10 Feb 2021 22:43:16 +0100 Pierre-Yves David hooks: add some test about HGPLAIN setting and hooks stable
Wed, 10 Feb 2021 21:05:05 +0100 Pierre-Yves David hooks: forbid ':' in hook name stable
Wed, 10 Feb 2021 21:46:29 +0100 Raphaël Gomès rust-status: honor matcher when using the dirstate-only fast-path (issue6483) stable
Wed, 10 Feb 2021 22:01:23 +0100 Raphaël Gomès status: add test that shows that the Rust implementation has a bug stable
Wed, 10 Feb 2021 19:23:56 +0100 Pierre-Yves David tweak-default: no longer enable the experimental return code stable
Thu, 04 Feb 2021 15:04:53 +0100 Simon Sapin rhg: Parse per-repository configuration
Thu, 04 Feb 2021 14:29:47 +0100 Simon Sapin rhg: Abort based on config on share-safe mismatch
Thu, 04 Feb 2021 13:17:55 +0100 Simon Sapin rhg: Parse system and user configuration at program start
Thu, 04 Feb 2021 13:16:21 +0100 Simon Sapin rust: Parse system and user configuration