log

age author description
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
Mon, 01 Feb 2021 13:32:00 +0100 Simon Sapin rust: Remove unnecessary check for absolute path before joining
Mon, 01 Feb 2021 12:25:53 +0100 Simon Sapin rust: replace read_whole_file with std::fs::read
Tue, 09 Feb 2021 09:37:39 -0800 Martin von Zweigbergk wireprotopeer: clarify some variable names now that we allow snake_case
Tue, 02 Feb 2021 07:02:25 +0100 Pierre-Yves David copy-tracing: add a --compute flag to debugchangedfiles
Wed, 03 Feb 2021 23:23:56 -0800 Martin von Zweigbergk bundle2: print "error:abort" message to stderr instead of stdout
Wed, 03 Feb 2021 13:55:58 -0800 Martin von Zweigbergk narrow: add --no-backup option for narrowing
Fri, 29 Jan 2021 15:23:07 +0100 Pierre-Yves David debugdiscovery: add flags to run discovery on subsets of the local repo
Wed, 10 Feb 2021 00:11:46 +0100 Pierre-Yves David cmdutil: add a missing byte prefix to string introduce in 976b26bdd0d8 stable
Mon, 18 Jan 2021 10:20:58 +0100 Pierre-Yves David relnote: remove the reference to `debugstrip` stable
Tue, 02 Feb 2021 13:25:28 -0500 Augie Fackler branching: merge with stable
Mon, 01 Feb 2021 00:02:00 +0530 Pulkit Goyal upgrade: implement partial upgrade for upgrading persistent-nodemap
Mon, 01 Feb 2021 00:10:27 +0530 Pulkit Goyal tests: unquiet a test to show changes in next patch
Sun, 31 Jan 2021 23:40:57 +0530 Pulkit Goyal nodemap: fix a typo in error message
Sun, 31 Jan 2021 23:38:31 +0530 Pulkit Goyal revlog: refactor logic to compute nodemap file in separate function
Sun, 31 Jan 2021 23:34:59 +0530 Pulkit Goyal nodemap: make `_persist_nodemap` a public function
Sun, 31 Jan 2021 23:13:08 +0530 Pulkit Goyal engine: 'if not, else' -> 'if, else'
Mon, 25 Jan 2021 14:23:47 +0530 Pulkit Goyal debugcommands: s/stdin/stdout in debugnodemap help
Fri, 29 Jan 2021 15:51:00 -0800 Martin von Zweigbergk errors: use InputError in uncommit extension