log mercurial/debugcommands.py @ 47062:f38bf44e077f stable

age author description
Fri, 30 Apr 2021 16:13:02 -0700 Kyle Lippincott black: make codebase compatible with black v21.4b2 and v20.8b1 stable
Tue, 04 May 2021 13:28:42 -0400 Augie Fackler debugcommands: fix some plural-agreements I noticed stable
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Wed, 14 Apr 2021 21:15:53 +0200 Pierre-Yves David debugbackupbundle: use `get_unique_pull_path`
Wed, 14 Apr 2021 21:15:22 +0200 Pierre-Yves David debugssl: use `get_unique_pull_path`
Wed, 14 Apr 2021 21:11:39 +0200 Pierre-Yves David debugdiscovery: use `get_unique_pull_path`
Mon, 12 Apr 2021 06:34:54 +0200 Pierre-Yves David urlutil: extract `parseurl` from `hg` into the new module
Mon, 12 Apr 2021 03:01:04 +0200 Pierre-Yves David urlutil: extract `url` related code from `util` into the new module
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Wed, 17 Mar 2021 19:06:00 +0100 Pierre-Yves David setdiscovery: add a discovery.grow-sample.dynamic option
Wed, 17 Mar 2021 18:40:50 +0100 Pierre-Yves David debugdiscovery: document relevant config option
Thu, 18 Mar 2021 18:24:59 -0400 Matt Harbison merge with stable
Sat, 13 Mar 2021 00:38:59 -0500 Matt Harbison typing: disable import error warnings that are already handled stable
Tue, 16 Mar 2021 09:41:01 +0100 Pierre-Yves David debugdiscovery: add missing byte string marker to some help text
Mon, 15 Mar 2021 17:09:42 +0100 Pierre-Yves David debugdiscovery: also integrate the discovery output in the json one
Mon, 15 Mar 2021 16:55:03 +0100 Pierre-Yves David debugdiscovery: add support for Json output
Thu, 18 Feb 2021 17:36:52 +0100 Raphaël Gomès changegroup: add v4 changegroup for revlog v2 exchange
Thu, 11 Mar 2021 17:27:31 -0500 Matt Harbison debug: convert a few exceptions to bytes before wrapping in another error stable
Mon, 15 Feb 2021 14:48:36 -0500 Valentin Gatien-Baron sshpeer: enable+fix warning about sshpeers not being closed explicitly
Mon, 15 Feb 2021 17:08:18 +0530 Pulkit Goyal debugtagscache: verify that filenode is correct
Tue, 16 Feb 2021 20:38:14 +0530 Pulkit Goyal debugcommands: prevent using `is False`
Thu, 24 Dec 2020 11:21:23 -0500 Matt Harbison tagcache: distinguish between invalid and missing entries
Tue, 02 Feb 2021 07:02:25 +0100 Pierre-Yves David copy-tracing: add a --compute flag to debugchangedfiles
Fri, 29 Jan 2021 15:23:07 +0100 Pierre-Yves David debugdiscovery: add flags to run discovery on subsets of the local repo
Mon, 25 Jan 2021 14:23:47 +0530 Pulkit Goyal debugcommands: s/stdin/stdout in debugnodemap help
Tue, 26 Jan 2021 00:19:36 +0100 Joerg Sonnenberger debugshell: add a simple command for starting an interactive shell
Fri, 08 Jan 2021 18:07:33 +0530 Pulkit Goyal debuglock: rename flag names to better clarity
Wed, 16 Dec 2020 14:55:27 +0530 Pulkit Goyal debugupgraderepo: minor documentation fix
Wed, 16 Dec 2020 12:39:15 +0530 Pulkit Goyal upgrade: drop support for old style optimization names
Mon, 07 Dec 2020 22:27:43 +0100 Pierre-Yves David debugsetparents: add various warning in the help message