log mercurial/debugcommands.py @ 46535:4f5e9a77ff7a

age author description
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
Sat, 13 Mar 2021 00:38:59 -0500 Matt Harbison typing: disable import error warnings that are already handled stable
Thu, 11 Mar 2021 17:27:31 -0500 Matt Harbison debug: convert a few exceptions to bytes before wrapping in another error stable
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
Sun, 13 Dec 2020 18:29:22 -0800 Martin von Zweigbergk branching: merge with stable
Fri, 11 Dec 2020 15:25:11 +0100 Pierre-Yves David debugdiscovery: fix swapped heads and roots
Fri, 11 Dec 2020 12:51:09 +0100 Pierre-Yves David debugdiscovery: display the number of roundtrip used
Sun, 06 Dec 2020 14:45:19 +0100 Pierre-Yves David debugdiscovery: display some information about the initial "undecided" set
Sun, 06 Dec 2020 06:19:15 +0100 Pierre-Yves David debugdiscovery: add some data about the shapes of the sets
Sun, 06 Dec 2020 14:45:04 +0100 Pierre-Yves David debugdiscovery: move various computation earlier
Sun, 06 Dec 2020 06:23:26 +0100 Pierre-Yves David debugdiscovery: clarify internal key name in debugobsolete
Thu, 03 Dec 2020 14:15:39 -0500 Augie Fackler merge with stable
Mon, 30 Nov 2020 14:06:45 +0100 Pierre-Yves David upgrade: add an explicite --filelogs arguments
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Mon, 23 Nov 2020 11:47:06 -0500 Matt Harbison ui: ensure `getpass()` returns bytes
Tue, 17 Nov 2020 15:37:18 -0800 Martin von Zweigbergk errors: raise InputError in `hg debugobsolete`
Sun, 08 Nov 2020 16:23:35 -0500 Valentin Gatien-Baron strip: move into core
Tue, 03 Nov 2020 20:20:49 -0800 Martin von Zweigbergk serve: simply return instead of calling sys.exit() in `hg serve --stdio`
Tue, 03 Nov 2020 20:18:26 -0800 Martin von Zweigbergk httpservice: move sys.exit() out of serve_forever()
Thu, 03 Dec 2020 18:42:23 +0900 Yuya Nishihara ui: remove excessive strtolocal() from debuguigetpass stable
Mon, 23 Nov 2020 11:47:06 -0500 Matt Harbison ui: ensure `getpass()` returns bytes stable
Sat, 10 Oct 2020 12:43:04 +0530 Pulkit Goyal mergestate: add `allextras()` to get all extras
Thu, 08 Oct 2020 13:37:31 -0700 Martin von Zweigbergk errors: name arguments to Abort constructor
Wed, 30 Sep 2020 09:21:33 +0200 Pierre-Yves David changing-files: add a debug command display changed files
Thu, 03 Sep 2020 14:45:16 +0530 Pulkit Goyal debugmergestate: sort extras before printing