mercurial/debugcommands.py
Fri, 24 Jul 2020 11:24:59 -0700 Martin von Zweigbergk templater: handle None returned from templatedir()
Tue, 21 Jul 2020 13:11:49 -0700 Martin von Zweigbergk templater: make templatepaths() return a single path, or None
Wed, 01 Apr 2020 08:42:00 -0500 Augie Fackler debugcommands: create new debugantivirusrunning command
Tue, 14 Apr 2020 17:06:11 +0530 Pulkit Goyal debugcommands: introduce new debugrequirements command
Thu, 09 Jul 2020 19:16:52 +0900 Yuya Nishihara debuginstall: don't translate encoding messages
Fri, 29 May 2020 12:17:59 +0200 Raphaël Gomès rust: remove support for `re2`
Mon, 18 May 2020 14:59:59 -0400 Augie Fackler mergestate: split out merge state handling code from main merge module
Sun, 29 Mar 2020 01:57:17 +0900 Yuya Nishihara debugcommands: fix typo in debuguigetpass
Fri, 28 Feb 2020 03:18:57 +0100 Pierre-Yves David nodemap: display percentage of unused in `hg debugnodemap`
Thu, 05 Mar 2020 10:24:45 +0100 Raphaël Gomès debuginstall: add entry about re2 Rust bindings when applicable
Thu, 27 Feb 2020 16:32:43 +0100 Pierre-Yves David nodemap: track the tip_node for validation
Tue, 18 Feb 2020 18:32:55 +0100 Pierre-Yves David nodemap: use data from the index in debugnodemap --dump-new
Fri, 06 Mar 2020 12:44:51 +0100 Raphaël Gomès debuginstall: print if Rust extensions are installed
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Fri, 17 Jan 2020 21:22:23 +0300 Pulkit Goyal debugbackupbundle: introduce command to interact with strip backups
Thu, 13 Feb 2020 21:14:20 -0800 Martin von Zweigbergk debugmergestate: make templated
Tue, 11 Feb 2020 11:18:52 +0100 Pierre-Yves David nodemap: introduce an option to use mmap to read the nodemap mapping
Mon, 10 Feb 2020 20:47:19 -0500 Augie Fackler tags: fix some type confusion exposed in python 3
Wed, 15 Jan 2020 15:50:24 +0100 Pierre-Yves David nodemap: track the total and unused amount of data in the rawdata file
Wed, 15 Jan 2020 15:50:14 +0100 Pierre-Yves David nodemap: track the maximum revision tracked in the nodemap
Wed, 15 Jan 2020 15:50:04 +0100 Pierre-Yves David nodemap: add a flag to dump the details of the docket
Wed, 15 Jan 2020 15:49:45 +0100 Pierre-Yves David nodemap: keep track of the docket for loaded data
Wed, 15 Jan 2020 15:48:57 +0100 Pierre-Yves David nodemap: add basic checking of the on disk nodemap content
Wed, 15 Jan 2020 15:47:31 +0100 Pierre-Yves David nodemap: add a function to read the data from disk
Wed, 15 Jan 2020 15:47:12 +0100 Pierre-Yves David nodemap: have some python code writing a nodemap in persistent binary form
Mon, 10 Feb 2020 17:31:05 -0500 Augie Fackler cleanup: re-run black on the codebase
Fri, 07 Feb 2020 13:54:09 -0500 Valentin Gatien-Baron tags: add a debug command to display .hg/cache/hgtagsfnodes1
Fri, 22 Nov 2019 20:27:09 -0800 Gregory Szorc debugcommands: add Python implementation to debuginstall
Sat, 18 Jan 2020 10:37:14 -0800 Gregory Szorc debugcommands: move away from line buffered output on binary stream
Fri, 06 Dec 2019 20:40:02 -0500 Matt Harbison match: resolve filesets against the passed `cwd`, not the current one
Fri, 27 Dec 2019 13:24:20 -0500 Matt Harbison debug: drop unused variable assignments
Sun, 15 Dec 2019 18:30:16 -0500 Matt Harbison debugcommands: finish moving `extendeddateformats` from util to dateutil
Thu, 14 Nov 2019 13:27:57 -0500 Augie Fackler debugcommands: add assertions to convince pytype peer is not None
Wed, 13 Nov 2019 22:35:15 -0500 Augie Fackler debugcommands: suppress import errors for pytype
Sun, 17 Nov 2019 01:34:52 -0500 Matt Harbison debugextensions: gracefully handle missing __file__ attributes
Sun, 17 Nov 2019 01:00:06 -0500 Matt Harbison debuginstall: gracefully handle missing __file__ attributes
Wed, 13 Nov 2019 22:30:33 -0500 Augie Fackler debugcommands: don't shadow the error module
Thu, 14 Nov 2019 08:03:26 -0800 Martin von Zweigbergk utils: move finddirs() to pathutil
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Thu, 07 Nov 2019 13:18:19 -0500 Augie Fackler cleanup: remove pointless r-prefixes on double-quoted strings
Tue, 15 Oct 2019 11:06:04 -0400 Augie Fackler cleanup: hgdemandimport.tracing accepts strings, not bytes
Sun, 06 Oct 2019 23:36:51 -0400 Pierre-Yves David debugsidedata: small doc improvement
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Tue, 08 Oct 2019 15:15:37 -0700 Martin von Zweigbergk debugcommands: add a few more writenoi18n()
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Mon, 07 Oct 2019 10:58:51 -0400 Pierre-Yves David formatting: run black on all file again
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
Sun, 06 Oct 2019 10:51:16 -0400 Augie Fackler cleanup: mark some ui.(status|note|warn|write) calls as not needing i18n
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Sun, 06 Oct 2019 09:27:10 -0400 Pierre-Yves David debugsidedata: fix verbose mode on python3
Tue, 10 Sep 2019 00:15:47 +0200 Pierre-Yves David sidedata: add a debugsidedata command
Tue, 10 Sep 2019 09:41:58 -0400 Augie Fackler cleanup: fix leakage of dirstate._map to client code
Sun, 14 Oct 2018 12:59:02 +0200 Pierre-Yves David transaction: issue "new obsmarkers" message at the end of the transaction
Sun, 14 Oct 2018 13:19:24 +0200 Pierre-Yves David debugobsolete: also issue the "new obsmarkers" messsage
Tue, 30 Jul 2019 17:25:16 +0200 Pierre-Yves David upgrade: add an argument to control changelog upgrade
Tue, 30 Jul 2019 00:35:52 +0200 Pierre-Yves David upgrade: add an argument to control manifest upgrade
Wed, 07 Aug 2019 20:10:08 +0200 Pierre-Yves David rawdata: update callers in debugcommands
Tue, 23 Jul 2019 14:37:51 -0400 Augie Fackler debugcommands: add support for extensions adding their own debug info
less more (0) -300 -100 -60 tip