mercurial/debugcommands.py
Fri, 23 Feb 2024 04:26:03 +0100 Pierre-Yves David debug: add a debug::unbundle command that simulate the unbundle from a push
Wed, 14 Feb 2024 11:53:04 -0500 Jordi Gutiérrez Hermoso debugsetparents: fix Marmoutian docstring
Tue, 31 Oct 2023 18:09:43 +0100 Raphaël Gomès debugindexstats: handle the lack of Rust support better
Tue, 19 Sep 2023 03:15:12 +0200 Pierre-Yves David debug-delta-chain: print less data by default
Tue, 19 Sep 2023 03:00:44 +0200 Pierre-Yves David debugdeltachain: add a parameter to display all info
Tue, 19 Sep 2023 01:53:03 +0200 Pierre-Yves David debug-delta-chain: add options to control what we compute
Tue, 19 Sep 2023 01:24:10 +0200 Pierre-Yves David debug-delta-chaing: add a parameter to select revision to look at
Mon, 18 Sep 2023 23:26:00 +0200 Pierre-Yves David delta-chain: move the debugdeltachain command in revlogutils
Tue, 10 Oct 2023 11:24:37 +0200 Pierre-Yves David revlog: remove legacy usage of `_withsparseread`
Tue, 10 Oct 2023 10:56:42 +0200 Pierre-Yves David revlog: remove legacy usage of `_generaldelta`
Mon, 21 Aug 2023 17:57:48 -0400 Matt Harbison debugwireproto: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:54:01 -0400 Matt Harbison debugwireargs: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:49:57 -0400 Matt Harbison debugwalk: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:47:52 -0400 Matt Harbison debug_revlog_stats: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:46:44 -0400 Matt Harbison debugbackupbundle: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:43:52 -0400 Matt Harbison debugsidedata: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:41:01 -0400 Matt Harbison debugserve: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:39:22 -0400 Matt Harbison debugrevspec: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:36:36 -0400 Matt Harbison debugrevlogindex: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:35:13 -0400 Matt Harbison debugrevlog: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:34:13 -0400 Matt Harbison debugrename: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:33:00 -0400 Matt Harbison debugrebuildfncache: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:31:53 -0400 Matt Harbison debugpickmergetool: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:29:56 -0400 Matt Harbison debugp2copies: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:29:05 -0400 Matt Harbison debugp1copies: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:26:56 -0400 Matt Harbison debugobsolete: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:23:16 -0400 Matt Harbison debugmergestate: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:20:14 -0400 Matt Harbison debugknown: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:18:56 -0400 Matt Harbison debuginstall: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:16:43 -0400 Matt Harbison debugindexdot: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:15:30 -0400 Matt Harbison debuggetbundle: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:14:18 -0400 Matt Harbison debugformat: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:12:03 -0400 Matt Harbison debugfileset: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:09:45 -0400 Matt Harbison debugextensions: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:06:47 -0400 Matt Harbison debugdiscovery: migrate `opts` to native kwargs
Mon, 21 Aug 2023 16:58:23 -0400 Matt Harbison debugdeltafind: migrate `opts` to native kwargs
Mon, 21 Aug 2023 16:56:38 -0400 Matt Harbison debugdeltachain: migrate `opts` to native kwargs
Mon, 21 Aug 2023 16:53:16 -0400 Matt Harbison debugdata: migrate `opts` to native kwargs
Mon, 21 Aug 2023 16:51:07 -0400 Matt Harbison debugcapabilities: migrate `opts` to native kwargs
Mon, 21 Aug 2023 16:19:51 -0400 Matt Harbison debugbundle: migrate `opts` to native kwargs
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Thu, 22 Jun 2023 11:28:17 +0200 Raphaël Gomès branching: merge stable into default
Sat, 17 Jun 2023 04:05:53 +0200 Pierre-Yves David re2: fix reporting of availability in `hg debuginstall` stable
Wed, 31 May 2023 16:04:16 +0100 Pierre-Yves David stream-clone: update debugcreatestreamclonebundle helps
Fri, 03 Feb 2023 02:57:49 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Fri, 03 Feb 2023 01:04:22 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Thu, 02 Feb 2023 17:23:03 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Thu, 02 Feb 2023 17:22:55 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Wed, 31 May 2023 12:02:56 -0300 Anton Shestakov debug: `isinstance(a, x) or isinstance(a, y)` is `isinstance(a, (x, y))`
Wed, 31 May 2023 12:01:25 -0300 Anton Shestakov debug: update usage strings of debugignore and debugnodemap
Wed, 31 May 2023 12:00:21 -0300 Anton Shestakov debug: slightly improve wording on the InputErrors from the previous patch
Wed, 31 May 2023 11:30:33 -0300 Anton Shestakov debug: use InputError instead of CommandError for validating arguments
Fri, 21 Apr 2023 14:33:33 +0200 pacien stabletailgraph: naive version of leap computation
Fri, 21 Apr 2023 14:32:58 +0200 pacien stabletailgraph: clarify naiveness of current implementation
Thu, 18 May 2023 18:45:54 +0100 Arseniy Alekseyev cli: make debugnodemap capable of inspecting an arbitrary nodemap
Thu, 30 Mar 2023 22:22:44 +0200 pacien stabletailgraph: implement stable-tail sort
Fri, 07 Apr 2023 15:42:49 +0200 Manuel Jacob peer: rename makepeer() → _make_peer()
Tue, 21 Mar 2023 15:44:38 +0000 Pierre-Yves David debugdeltachain: stop summing the same chain over and over stable
Mon, 20 Feb 2023 14:05:19 +0100 Pierre-Yves David debugrebuildstate: wrap the operation in a `changing_parents` context
Tue, 14 Feb 2023 22:27:24 +0100 Pierre-Yves David debugrebuilddirstate: double check that no transaction is open
Tue, 14 Feb 2023 22:26:23 +0100 Pierre-Yves David dirstate: explicitly write the dirstate after `debugrebuilddirstate`
Thu, 19 Jan 2023 11:12:20 -0500 Arun Kulshreshtha debugshell: allow commands to be specified as a CLI argument
Fri, 06 Jan 2023 11:38:13 -0500 Matt Harbison debugshell: allow TortoiseHg builds to exit with the usual `quit()` command
Mon, 02 May 2022 11:27:20 +0200 Raphaël Gomès verify: also check dirstate
Wed, 21 Dec 2022 12:03:02 +0100 Raphaël Gomès verify: format messages directly at the source
Mon, 19 Dec 2022 16:22:01 +0100 Franck Bret debug: add debug-revlog-stats command
Sat, 03 Dec 2022 00:24:28 +0100 Pierre-Yves David peer: get the `path` object down to the httppeer
Fri, 02 Dec 2022 06:29:11 +0100 Pierre-Yves David path: pass `path` to `peer` in `hg debugbackupbundle`
Fri, 02 Dec 2022 06:24:52 +0100 Pierre-Yves David path: pass `path` to `peer` in `hg debugssl`
Fri, 02 Dec 2022 06:21:08 +0100 Pierre-Yves David path: pass `path` to `peer` in `hg debugdiscovery`
Mon, 28 Nov 2022 18:58:35 +0100 Pierre-Yves David find-delta: move most of the debug-find-delta code in the debug module
Mon, 07 Nov 2022 14:24:52 -0500 Pierre-Yves David debug-revlog: move the code in revlogutils module
Mon, 07 Nov 2022 14:13:59 -0500 Pierre-Yves David debug-revlog: move the --dump code in `revlogutils` module
Fri, 04 Nov 2022 19:38:47 -0400 Pierre-Yves David debug-delta-find: add a --source option
Thu, 01 Sep 2022 16:51:26 +0200 Raphaël Gomès branching: merge stable into default
Thu, 28 Jul 2022 15:41:45 +0200 Pierre-Yves David debug-delta-find: introduce a quiet mode
Wed, 27 Jul 2022 12:07:18 +0200 Pierre-Yves David debug-discovery: apply spelling fixes from Raphaël stable 6.2.1
Tue, 26 Jul 2022 10:48:06 +0200 Pierre-Yves David debug-discovery: deal with case where common is empty stable
Tue, 26 Jul 2022 10:39:27 +0200 Pierre-Yves David debug-discovery: do not abort on unrelated repositories stable
Tue, 26 Jul 2022 10:34:20 +0200 Pierre-Yves David debug-discovery: gather the right number of roundtrips for tree discovery stable
Tue, 26 Jul 2022 10:04:06 +0200 Pierre-Yves David debug-discovery: also gather details on tree-discovery queries type stable
Tue, 26 Jul 2022 04:56:29 +0200 Pierre-Yves David debug-discovery: properly apply remote filtering in "old" mode stable
Tue, 26 Jul 2022 04:54:59 +0200 Pierre-Yves David debug-discovery: fix a typo in the doc stable
Tue, 31 May 2022 22:50:01 +0200 Manuel Jacob py3: catch FileNotFoundError instead of checking errno == ENOENT
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`
Sun, 29 May 2022 12:25:24 +0200 Manuel Jacob cleanup: rename some functions to avoid redefinitions
Wed, 01 Jun 2022 00:59:44 +0200 Pierre-Yves David debugindex: move to a flexible column
Mon, 30 May 2022 23:24:14 +0200 Pierre-Yves David debugindex: move the logic into its own module
Mon, 30 May 2022 11:30:48 +0200 Pierre-Yves David debugindex: rename to debugindex debug-revlog-index
Mon, 30 May 2022 16:18:12 +0200 Manuel Jacob node: stop converting binascii.Error to TypeError in bin()
Fri, 20 May 2022 14:27:46 +0200 Pierre-Yves David deltas: add a debug-delta-find command to analyse delta search
Thu, 19 May 2022 00:51:36 +0100 Pierre-Yves David debugdeltachain: detect a special case where parents are "skipped"
Wed, 18 May 2022 17:29:03 +0100 Pierre-Yves David debugdeltachain: document the possible value for deltatype
Wed, 18 May 2022 17:22:32 +0100 Pierre-Yves David debugdeltachain: also display p1/p2
Wed, 18 May 2022 16:07:55 +0100 Pierre-Yves David debugdeltachain: use the symbolic constant to access entry information
Wed, 18 May 2022 15:55:14 +0100 Pierre-Yves David debugdeltachain: distinct between snapshot and "other" diffs
Tue, 05 Apr 2022 04:41:09 +0200 Pierre-Yves David debuglock: make the command more useful in non-interactive mode
Mon, 16 May 2022 23:12:49 +0100 Pierre-Yves David fix-ci: backed out changeset 308e45f7b455
Wed, 04 May 2022 18:17:44 +0200 Raphaël Gomès branching: merge stable into default
Thu, 28 Apr 2022 15:22:08 +0200 Raphaël Gomès debugcommands: remove `debugdirstateignorepatternhash` stable
Thu, 28 Apr 2022 15:19:19 +0200 Raphaël Gomès dirstate-v2: add flag to `debugstate` to print docket information stable
Tue, 19 Apr 2022 10:53:58 -0400 Matt Harbison merge with stable
Wed, 06 Apr 2022 18:39:15 +0200 Pierre-Yves David debuglock: ignore ENOENT error when unlocking stable
Mon, 14 Mar 2022 05:59:20 +0100 Pierre-Yves David discovery: also audit the number of queries done
Wed, 09 Mar 2022 16:44:48 +0100 Pierre-Yves David debugdiscovery: fix a typo in the help
Mon, 21 Feb 2022 11:08:53 -0700 Gregory Szorc debugcommands: remove pycompat.iteritems()
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Thu, 27 Jan 2022 15:22:04 +0100 Pierre-Yves David debugbuilddag: add a flag to allow running it from a non-empty repository
Tue, 11 Jan 2022 21:56:27 -0800 Martin von Zweigbergk simplemerge: simplify and rename `render_markers()`
Tue, 11 Jan 2022 16:54:42 -0800 Martin von Zweigbergk simplemerge: clarify names of functions that render conflict markers
Fri, 07 Jan 2022 22:16:22 -0800 Martin von Zweigbergk simplemerge: make merge_lines() a free function
Fri, 07 Jan 2022 18:42:31 -0800 Martin von Zweigbergk simplemerge: convert `merge_lines()` away from generator
Tue, 07 Dec 2021 16:44:22 +0100 Raphaël Gomès exchangev2: remove it
Wed, 08 Sep 2021 10:47:10 +0200 Raphaël Gomès help: update help text for debug-repair-issue6528
Tue, 28 Sep 2021 15:11:22 -0700 Martin von Zweigbergk errors: raise InputError from revsingle() iff revset provided by the user
Tue, 28 Sep 2021 08:47:11 -0700 Martin von Zweigbergk errors: raise InputError on bad revset to revrange() iff provided by the user
Wed, 29 Sep 2021 17:52:39 +0200 Pierre-Yves David dirstate-item: use `added` in debugrebuilddirstate
Thu, 30 Sep 2021 12:00:15 +0200 Pierre-Yves David dirstate: move verification code within the dirstate itself
less more (0) -120 tip