mercurial/debugcommands.py
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
Tue, 09 Jul 2019 10:09:46 -0400 Augie Fackler merge with stable
Tue, 02 Jul 2019 10:53:29 +0200 Pierre-Yves David debugrevlog: fix average size computation for empty data (issue6167) stable
Tue, 25 Jun 2019 19:28:41 -0700 Rodrigo Damazio Bovendorp pycompat: make fewer assumptions about sys.executable
Wed, 29 May 2019 13:27:56 +0200 Georges Racinet rust: module policy with importrust
Tue, 16 Apr 2019 15:50:20 +0200 Pierre-Yves David debugdiscovery: include the number of heads in all sets
Wed, 10 Apr 2019 16:26:40 -0700 Martin von Zweigbergk messages: replace some instances of "folder" by "directory"
Wed, 27 Mar 2019 16:45:14 +0100 Pierre-Yves David util: extract compression code in `mercurial.utils.compression`
Tue, 26 Mar 2019 17:35:28 +0100 Pierre-Yves David debugdiscovery: display time elapsed during the discovery step
Tue, 26 Mar 2019 17:26:54 +0100 Pierre-Yves David debugdiscovery: only list common heads on verbose
Tue, 26 Mar 2019 17:26:11 +0100 Pierre-Yves David debugdiscovery: drop duplicated information
Tue, 26 Mar 2019 17:25:22 +0100 Pierre-Yves David debugdiscovery: display more statistic about the common set
Tue, 26 Mar 2019 14:04:33 +0100 Pierre-Yves David debugdiscovery: small internal refactoring
Tue, 26 Mar 2019 14:02:40 +0100 Pierre-Yves David debugdiscovery: allow to select random seed during debugdiscovery run
Fri, 15 Mar 2019 15:07:43 +0000 Pierre-Yves David manifestcache: protect write with `wlock` instead of `lock`
Fri, 15 Mar 2019 13:52:36 +0000 Pierre-Yves David manifestcache: stop altering the lru cache order while displaying it
Fri, 15 Mar 2019 13:52:56 +0000 Pierre-Yves David manifestcache: support multiple cache addition in one debug command run
Thu, 14 Mar 2019 09:12:46 +0000 Pierre-Yves David manifestcache: actually honor --clear
Thu, 14 Mar 2019 09:11:41 +0000 Pierre-Yves David manifestcache: do not display data when using --add
Thu, 14 Mar 2019 10:43:01 +0000 Pierre-Yves David manifestcache: only lock the repository if the debug command touch the cache
Thu, 14 Mar 2019 10:24:51 +0000 Pierre-Yves David manifestcache: further fix to debug command output
Thu, 14 Mar 2019 09:11:18 +0000 Pierre-Yves David manifestcache: test and fix some output of the debug command
Wed, 20 Feb 2019 19:28:51 -0500 Augie Fackler cleanup: use () to wrap long lines instead of \
Fri, 18 Jan 2019 13:13:30 -0800 Martin von Zweigbergk context: introduce p[12]copies() methods and debugp[12]copies commands
Thu, 14 Feb 2019 15:17:54 -0800 Martin von Zweigbergk debugpathcopies: sort output so it's deterministic
Tue, 12 Feb 2019 13:46:38 -0800 Martin von Zweigbergk debugpathcopies: fix typo in synopsis
Tue, 12 Feb 2019 13:42:42 -0800 Martin von Zweigbergk debugrename: don't require at least one path
Sun, 10 Feb 2019 14:04:08 -0800 Gregory Szorc py3: use raw strings and %d for formatting
Fri, 08 Feb 2019 13:27:54 -0800 Martin von Zweigbergk debugwalk: avoid match.rel() and use repo.pathto() instead
Thu, 07 Feb 2019 23:41:44 -0800 Martin von Zweigbergk debugignore: respect ui.relative-paths
Fri, 25 Jan 2019 14:41:53 -0800 Martin von Zweigbergk debugcommands: add a debugpathcopies command
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Fri, 21 Dec 2018 13:17:58 +0100 Boris Feld debugupgraderepo: add a --no-backup mode
Wed, 24 Oct 2018 21:29:04 +0900 Yuya Nishihara py3: do not stringify integers in revlog stats by '%s'
Thu, 18 Oct 2018 10:11:08 -0700 Martin von Zweigbergk debugcommands: avoid stack trace from debugindexstats in pure mode
Thu, 11 Oct 2018 09:47:52 +0200 Gregory Szorc debugcommands: support wrapping long lines
Wed, 03 Oct 2018 10:27:44 -0700 Martin von Zweigbergk cleanup: some Yoda conditions, this patch removes
Wed, 26 Sep 2018 14:54:15 -0700 Gregory Szorc debugcommands: print all CBOR objects
Wed, 08 Aug 2018 23:17:16 -0700 Martin von Zweigbergk debugcommands: add a debugindexstats command
Mon, 01 Oct 2018 23:11:07 -0700 Gregory Szorc py3: use system strings for HTTP response header comparison
Mon, 01 Oct 2018 23:08:04 -0700 Gregory Szorc py3: convert HTTP request headers to str
Wed, 26 Sep 2018 22:21:25 -0400 Matt Harbison py3: mask out None type when printing in `debuglocks`
Sun, 23 Sep 2018 00:47:04 -0400 Matt Harbison py3: convert arguments, cwd and env to native strings when spawning subprocess
Fri, 21 Sep 2018 19:48:23 -0400 Matt Harbison py3: rename pycompat.getcwd() to encoding.getcwd() (API)
Thu, 20 Sep 2018 21:35:01 -0700 Martin von Zweigbergk debugdirstate: deprecate --nodates in favor of --no-dates
less more (0) -300 -100 -60 tip