tests/test-debugcommands.t
Tue, 20 Feb 2024 21:40:13 +0100 Pierre-Yves David phases: keep internal state as rev-num instead of node-id
Fri, 23 Feb 2024 04:26:03 +0100 Pierre-Yves David debug: add a debug::unbundle command that simulate the unbundle from a push
Tue, 31 Oct 2023 18:09:43 +0100 Raphaël Gomès debugindexstats: handle the lack of Rust support better
Mon, 11 Dec 2023 22:27:59 +0100 Pierre-Yves David changelog: never inline changelog
Tue, 19 Sep 2023 03:15:12 +0200 Pierre-Yves David debug-delta-chain: print less data by default
Mon, 26 Jun 2023 14:34:58 +0200 Mads Kiilerich tests: use grep -E instead of obsolescent egrep stable
Mon, 27 Feb 2023 23:04:09 -0500 Matt Harbison configitems: enable changegroup3 by default (unless using infinitepush)
Thu, 19 Jan 2023 11:12:20 -0500 Arun Kulshreshtha debugshell: allow commands to be specified as a CLI argument
Wed, 04 Jan 2023 00:16:52 -0500 Matt Harbison tests: drop `(py3 !)` output matching predicates
Mon, 21 Nov 2022 15:04:19 +0100 Pierre-Yves David debugrevlog: display total stored information
Wed, 01 Jun 2022 01:32:33 +0200 Pierre-Yves DAVID debugindex: add a `rank` column
Wed, 01 Jun 2022 01:34:33 +0200 Pierre-Yves DAVID debugindex: add a `sd-chunk-size` column
Wed, 01 Jun 2022 01:34:21 +0200 Pierre-Yves DAVID debugindex: add a `sidedata-offset` column
Wed, 01 Jun 2022 01:34:43 +0200 Pierre-Yves DAVID debugindex: add a `sd-comp-mode` column
Wed, 01 Jun 2022 01:33:36 +0200 Pierre-Yves DAVID debugindex: add a `chunk-size` column
Wed, 01 Jun 2022 01:33:13 +0200 Pierre-Yves DAVID debugindex: add a `data-offset` column
Wed, 01 Jun 2022 01:33:47 +0200 Pierre-Yves DAVID debugindex: add a `comp-mode` column
Wed, 01 Jun 2022 01:33:25 +0200 Pierre-Yves DAVID debugindex: add a `flags` column
Wed, 01 Jun 2022 01:34:10 +0200 Pierre-Yves DAVID debugindex: add a `delta-base` column
Wed, 01 Jun 2022 01:43:17 +0200 Pierre-Yves DAVID debugindex: add a `full-size` column
Wed, 01 Jun 2022 01:32:54 +0200 Pierre-Yves DAVID debugindex: add a `p2-rev` column
Wed, 01 Jun 2022 01:32:45 +0200 Pierre-Yves DAVID debugindex: add a `p1-rev` column
Wed, 01 Jun 2022 01:13:13 +0200 Pierre-Yves DAVID debugindex: rename the parent column to mention nodeid
Wed, 01 Jun 2022 00:59:51 +0200 Pierre-Yves David debugindex: align column name on the right
Wed, 18 May 2022 17:22:32 +0100 Pierre-Yves David debugdeltachain: also display p1/p2
Sun, 20 Feb 2022 16:42:58 -0700 Gregory Szorc tests: remove __future__ import from test-debugcommands.t
Sun, 20 Feb 2022 15:18:15 -0700 Gregory Szorc tests: remove output conditionalized on no-py3
Thu, 27 Jan 2022 22:24:11 +0100 Pierre-Yves David stream-clone: allow to change persistent-nodemap format during stream clone
Mon, 24 Jan 2022 12:44:20 +0100 Pierre-Yves David requirements: add an official `REVLOG_COMPRESSION_ZSTD` const
Mon, 24 Jan 2022 12:58:18 +0100 Pierre-Yves David test-bundle: split some variant in there own section
Fri, 27 Aug 2021 09:09:10 -0400 Valentin Gatien-Baron tests: normalize the way some debug output it matched
Mon, 02 Aug 2021 21:25:01 -0400 Valentin Gatien-Baron tests: rely on dummyssh being the default
Thu, 14 Jan 2021 04:58:20 +0100 Pierre-Yves David persistent-nodemap: enable the feature by default when using Rust
Tue, 06 Apr 2021 18:55:19 +0200 Pierre-Yves David revlog-compression: use zstd by default (if available)
Tue, 23 Mar 2021 19:58:49 +0530 Pulkit Goyal rhg: raise wdir specific error for `hg debugdata`
Fri, 12 Mar 2021 23:04:56 +0100 Simon Sapin tests: Disable for rhg remaining tests that fail in that mode
Thu, 04 Mar 2021 21:58:55 +0100 Joerg Sonnenberger exchange: stop advertising rev-branch-cache bundle capability
Mon, 06 Jul 2020 17:44:25 +0200 Manuel Jacob pycompat: change users of pycompat.{stdin,stdout,stderr} to use procutil.std*
Wed, 25 Mar 2020 12:06:49 -0400 Augie Fackler tests: update test-debugcommands.t stack trace checks for python3.9
Tue, 25 Feb 2020 20:27:39 -0500 Valentin Gatien-Baron exchange: turn on option that makes concurrent pushes work better
Mon, 05 Aug 2019 13:31:12 -0700 Kyle Lippincott branchmap: explicitly warm+write all subsets of the branchmap caches
Mon, 11 Mar 2019 02:35:18 +0100 Pierre-Yves David updatecaches: also warm hgtagsfnodescache
Thu, 14 Mar 2019 00:40:11 +0000 Pierre-Yves David manifestcache: use `wcache` directory for manifest cache
Mon, 11 Mar 2019 02:34:12 +0100 Pierre-Yves David updatecaches: also warm the tags caches
Mon, 12 Nov 2018 02:21:52 +0100 Boris Feld tests: remove all transitional configuration
Mon, 12 Nov 2018 01:04:04 +0100 Boris Feld test: enable sparse-revlog for test-debugcommands.t
Thu, 18 Oct 2018 10:11:08 -0700 Martin von Zweigbergk debugcommands: avoid stack trace from debugindexstats in pure mode
Sat, 13 Oct 2018 10:09:12 +0200 Martijn Pieters py3: use py3 as the test tag, dropping the k
Wed, 08 Aug 2018 23:17:16 -0700 Martin von Zweigbergk debugcommands: add a debugindexstats command
Fri, 28 Sep 2018 23:17:06 -0400 Matt Harbison py3: conditionalize json float precision difference in test-debugcommands.t
Fri, 28 Sep 2018 22:39:18 -0400 Matt Harbison py3: byteify extension in test-debugcommands.t
Mon, 17 Sep 2018 17:47:24 +0800 Anton Shestakov bundle2: make server.bundle2.stream default to True
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage
Wed, 15 Aug 2018 23:05:23 +0000 Gregory Szorc tests: mark manifestfulltextcache as conditional on revlog store
Tue, 21 Aug 2018 00:01:54 +0000 Gregory Szorc debugcommands: introduce debugrevlogindex (BC)
Wed, 15 Aug 2018 12:30:30 +0200 Boris Feld debugrevlog: display snapshot details per depth
Fri, 27 Jul 2018 10:52:43 +0200 Boris Feld debugrevlog: include information about intermediate snapshots
Wed, 15 Aug 2018 15:20:44 +0200 Boris Feld debugrevlog: fix for non-manifest object
Sat, 28 Jul 2018 14:14:59 +0200 Boris Feld debugrevlog: display details about empty revision
Fri, 27 Jul 2018 19:19:52 +0200 Boris Feld debugrevlog: track empty revlog entries
Tue, 31 Jul 2018 19:37:54 +0200 Martijn Pieters manifest: persist the manifestfulltext cache
Wed, 11 Jul 2018 13:48:44 +0200 Boris Feld debugdeltachain: protect against 0 readsize
Mon, 25 Jun 2018 01:07:23 +0530 Pulkit Goyal py3: use stringutil.pprint() to print NoneType
Thu, 26 Apr 2018 21:24:13 +0900 Yuya Nishihara debugcolor: fix crash by empty styles (issue5856) stable
Mon, 23 Apr 2018 19:23:18 +0100 Boris Feld sshpeer: reflect actual command activity one handshake stable
Wed, 04 Apr 2018 14:04:18 -0700 Gregory Szorc tests: conditionalize tests for various repo features
Fri, 06 Apr 2018 22:22:19 +0200 Joerg Sonnenberger wireproto: send server capabilities in canonical order
Sat, 24 Mar 2018 17:57:22 +0100 Joerg Sonnenberger wireproto: provide accessors for client capabilities
Tue, 03 Apr 2018 18:20:10 -0700 Gregory Szorc tests: remove superfluous config setting
Mon, 02 Apr 2018 16:47:53 -0700 Gregory Szorc debugcommands: drop offset and length from debugindex by default
Mon, 02 Apr 2018 16:28:20 -0700 Gregory Szorc debugcommands: drop base revision from debugindex
Wed, 14 Mar 2018 08:18:15 -0700 Gregory Szorc wireproto: nominally don't expose "batch" to version 2 wire transports
Thu, 18 Jan 2018 15:10:22 +0100 Boris Feld revbranchcache: advertise and use 'rbc' exchange capability
Tue, 27 Feb 2018 15:23:04 -0800 Gregory Szorc wireproto: don't expose changegroupsubset capability if not available
Wed, 07 Feb 2018 23:42:48 -0500 Matt Harbison tests: stabilize ssh tests on Windows
Sat, 03 Feb 2018 12:01:01 -0800 Gregory Szorc debugcommands: introduce debugpeer command
Mon, 22 Jan 2018 12:23:47 -0800 Gregory Szorc bundle2: always advertise client support for stream parts
Mon, 16 Oct 2017 14:32:06 +0200 Paul Morelle debugdeltachain: display how many chunks would be read in sparse-read mode
Sun, 12 Nov 2017 15:34:46 +0100 Paul Morelle debuglocks: allow setting a lock
Sun, 12 Nov 2017 15:34:19 +0100 Paul Morelle debuglocks: add tests (and fix typo in early return)
Mon, 13 Nov 2017 04:22:45 +0100 Boris Feld push: include a 'check:bookmarks' part when possible
Sun, 05 Nov 2017 08:23:12 +0100 Boris Feld test-pattern: actually update tests using the patterns
Thu, 26 Oct 2017 09:27:09 +0200 Paul Morelle debugdeltachain: output information about sparse read if enabled
Mon, 30 Oct 2017 17:09:29 +0100 Boris Feld debug: print parsed bundle2 capabilities with debugcapabilities
Mon, 30 Oct 2017 17:08:16 +0100 Boris Feld debug: add a debugcapabilities commands
Tue, 22 Aug 2017 15:50:35 -0400 Augie Fackler tests: update test-debugcommands to pass our import checker
Mon, 26 Jun 2017 22:27:34 +0900 Yuya Nishihara debugrevlog: align chain length, reach, and compression ratio
Fri, 23 Jun 2017 01:38:10 +0200 Pierre-Yves David debugrevlog: also display the largest delta chain span
Tue, 20 Jun 2017 09:45:02 -0400 Augie Fackler cleanup: use $PYTHON to run python in many more tests
Sat, 20 Aug 2016 22:37:58 +0900 Yuya Nishihara revlog: map rev(wdirid) to WdirUnsupported exception
Tue, 02 May 2017 22:27:44 +0200 Pierre-Yves David caches: move the 'updating the branch cache' message in 'updatecaches'
Tue, 02 May 2017 21:35:06 +0200 Pierre-Yves David caches: introduce a 'debugupdatecaches' command
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich util: add debugstacktrace depth limit
Fri, 16 Jan 2015 04:26:40 +0100 Mads Kiilerich util: strip trailing newline from debugstacktrace message
Fri, 16 Jan 2015 04:26:40 +0100 Mads Kiilerich tests: rework util.debugstacktrace tests
Thu, 17 Nov 2016 20:30:00 -0800 Gregory Szorc commands: print chunk type in debugrevlog
Sat, 05 Dec 2015 23:37:46 -0800 Gregory Szorc commands: add debugdeltachain command
Sun, 18 Oct 2015 19:04:29 +0200 Pierre-Yves David test: enable generaldelta in 'test-debugcommand.t'
Sat, 28 Mar 2015 12:58:44 -0700 Gregory Szorc commands.debugrevlog: report max chain length
Sat, 13 Dec 2014 13:56:05 -0800 Kyle Lippincott debugindex: respect --debug flag to show full nodeids
Tue, 11 Nov 2014 10:35:06 -0500 Augie Fackler localrepo: rename revlog.maxchainlen to format.maxchainlen
Thu, 06 Nov 2014 14:20:05 -0800 Mateusz Kwapich revlog: add config variable for limiting delta-chain length
Thu, 20 Feb 2014 02:38:41 +0100 Mads Kiilerich tests: backout a82de9dc4f77, debugstacktrace is now stable, drop workaround
Tue, 28 Jan 2014 02:23:48 +0100 Simon Heimberg tests: for consistent output flush between writing sterr and stdout
Fri, 17 Jan 2014 19:46:23 +0100 Simon Heimberg tests: test-debugcommands.t also matches stack trace on python 2.4
Sun, 12 Jan 2014 23:28:21 +0100 Mads Kiilerich util: introduce util.debugstacktrace for showing a stack trace without crashing
Wed, 11 Jul 2012 11:52:42 +0200 Patrick Mezard debugrevlog: handle numrevs == numfull case (issue3537)
less more (0) tip