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
|
Mon, 20 Sep 2021 20:20:55 +0200 |
Simon Sapin |
debugsate: Change debug_iter() to yield tuples instead of DirstateItem
|
Mon, 20 Sep 2021 19:59:09 +0200 |
Simon Sapin |
debugstate: Always call dirstatemap.debug_iter()
|
Fri, 06 Aug 2021 16:27:17 -0400 |
Valentin Gatien-Baron |
debugrebuildfncache: add a cheaper option to rebuild the fncache
|
Fri, 06 Aug 2021 12:10:36 +0200 |
Raphaël Gomès |
debugcommands: add a `--paranoid` option to `debug-repair-issue-6528`
stable
|
Tue, 27 Jul 2021 21:45:27 +0200 |
Raphaël Gomès |
debugcommands: introduce a debug command to repair repos affected by issue6528
stable
|
Fri, 16 Jul 2021 14:08:26 +0200 |
Simon Sapin |
dirstate-v2: Separate iterators for dirfoldmap and debugdirstate
|
Thu, 15 Jul 2021 23:02:17 +0200 |
Simon Sapin |
dirstate-v2: Move fixed-size tree metadata into the docket file
|
Mon, 12 Jul 2021 23:05:56 +0200 |
Simon Sapin |
dirstate-v2: Rename Header to Root, move it to the end of the data file
|
Thu, 08 Jul 2021 12:18:21 +0200 |
Simon Sapin |
dirstate-v2: Introduce a docket file
|
Mon, 05 Jul 2021 06:44:49 +0200 |
Pierre-Yves David |
dirstate-item: use the v1_serialization method in debugstate
|
Mon, 05 Jul 2021 06:45:32 +0200 |
Pierre-Yves David |
dirstate-item: use the `state` property in debugpathcomplete
|
Fri, 18 Jun 2021 16:00:58 -0700 |
Martin von Zweigbergk |
debugbackupbundle: use new context manager for silencing the ui
|
Fri, 18 Jun 2021 15:48:51 -0700 |
Martin von Zweigbergk |
ui: add a context manager for silencing the ui (pushbuffer+popbuffer)
|
Mon, 31 May 2021 19:54:41 +0200 |
Simon Sapin |
dirstate-v2: Add --dirs to debugdirstate command
|
Mon, 17 May 2021 15:27:29 +0200 |
Pierre-Yves David |
updatecaches: use the caches argument in `hg debugupdatecaches`
|
Mon, 03 May 2021 12:20:45 +0200 |
Pierre-Yves David |
revlog: split the `version` attribute into its two components
|
Mon, 03 May 2021 12:20:25 +0200 |
Pierre-Yves David |
revlog: replace flag check related to generaldelta with attribute check
|
Fri, 07 May 2021 22:06:25 -0400 |
Matt Harbison |
merge with stable
|
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
|