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)
|