log mercurial/debugcommands.py @ 36297:a59ff82154b8

age author description
Thu, 04 Jan 2018 16:29:07 -0800 Kyle Lippincott debugcommands: print out the editor that was searched for (post shlexsplit)
Tue, 13 Feb 2018 10:38:02 -0500 Augie Fackler debugcommands: mergestate version is an int, use %d on it
Sun, 11 Feb 2018 19:26:53 -0800 Gregory Szorc py3: convert context to bytes instead of str
Sat, 03 Feb 2018 12:01:01 -0800 Gregory Szorc debugcommands: introduce debugpeer command
Sat, 27 Jan 2018 17:13:51 +0900 Yuya Nishihara py3: format revision number as '%d' in debugrevspec
Sun, 21 Jan 2018 13:03:03 +0900 Yuya Nishihara cmdutil: drop aliases for logcmdutil functions (API)
Thu, 18 Jan 2018 16:47:14 +0100 Boris Feld debugdownload: read repository hgrc if there is one
Fri, 19 Jan 2018 08:35:22 +0100 Paul Morelle debugdeltachain: cleanup the double call to _slicechunk
Mon, 16 Oct 2017 14:32:06 +0200 Paul Morelle debugdeltachain: display how many chunks would be read in sparse-read mode
Fri, 29 Dec 2017 05:29:04 +0530 Pulkit Goyal py3: use pycompat.bytestr() instead of str()
Fri, 15 Dec 2017 09:30:16 +0100 Boris Feld debug: add a 'debugdownload' command
Fri, 29 Dec 2017 23:50:42 -0500 Matt Harbison debugfs: display the tested path and mount point of the filesystem, if known
Thu, 21 Dec 2017 22:05:30 +0900 Yuya Nishihara templater: move repo, ui and cache to per-engine resources
Mon, 18 Dec 2017 17:33:08 -0800 Kyle Lippincott debug: remove an 'if ui.debug()' that is not doing anything
Tue, 19 Dec 2017 16:27:24 -0500 Augie Fackler merge with stable