contrib/perf.py
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:45:02 -0400 Augie Fackler formatting: blacken the codebase
Fri, 27 Sep 2019 00:40:52 +0200 Pierre-Yves David perf: fix perfhelper-pathcopies without --stats
Wed, 25 Sep 2019 14:35:08 -0700 Martin von Zweigbergk update: clarify calculateupdate() call sites by specifying argument names
Tue, 17 Sep 2019 18:36:30 +0200 Pierre-Yves David perf: add a --stats argument to perfhelper-pathcopies
Tue, 17 Sep 2019 09:49:30 +0200 Pierre-Yves David perf: add a --stats argument to perfhelper-mergecopies
Mon, 19 Aug 2019 10:34:10 -0700 Martin von Zweigbergk perf: don't depend on pycompat for older Mercurial versions
Mon, 19 Aug 2019 10:39:13 -0700 Martin von Zweigbergk perf: don't try to call `util.queue` on Mercurial version before it existed
Mon, 19 Aug 2019 10:38:38 -0700 Martin von Zweigbergk perf: handle NameError for `pycompat.foo` when pycompat wasn't imported
Tue, 20 Aug 2019 18:35:16 +0300 Navaneeth Suresh config: add experimental argument to the config registrar
Fri, 26 Apr 2019 00:28:22 +0200 Pierre-Yves David revlog: add the option to track the expected compression upper bound
Wed, 12 Jun 2019 17:30:24 +0100 Pierre-Yves David perf: clarify some of the custom behavior of `perfrevlogwrite`
Wed, 12 Jun 2019 16:56:41 +0100 Pierre-Yves David perf: fix perfrevlogwrite --count documentation
Wed, 29 May 2019 10:00:54 -0400 Augie Fackler perf: fix some missing b prefixes
Thu, 23 May 2019 18:15:08 +0200 Pierre-Yves David perf: add a `perfhelper-mergecopies` command
Thu, 23 May 2019 14:48:02 +0200 Pierre-Yves David perf: add a new `perfmergecopies` command
Thu, 23 May 2019 14:02:01 +0200 Pierre-Yves David perf: factor selection of revisions involved in the merge out
Thu, 23 May 2019 13:49:31 +0200 Pierre-Yves David perf: allow to specify the base of the merge in perfmergecalculate
Thu, 23 May 2019 11:19:48 +0200 Pierre-Yves David perf: add a --from flag to perfmergecalculate
Fri, 24 May 2019 15:38:50 +0300 Pulkit Goyal py3: use range() instead of xrange()
Thu, 23 May 2019 19:05:39 +0200 Pierre-Yves David perf: make sure to explicitly disable any profiler after the first iteration
Tue, 21 May 2019 15:26:48 +0200 Pierre-Yves David perf: add an option to profile the benchmark section
Tue, 21 May 2019 15:08:06 +0200 Pierre-Yves David perf: add a `pre-run` option
Fri, 12 Apr 2019 15:41:32 +0200 Pierre-Yves David repoview: move subsettable in a dedicated module
Thu, 04 Apr 2019 17:47:25 -0700 Gregory Szorc perf: make perf.run-limits code work with Python 3
Tue, 26 Mar 2019 10:21:17 -0400 Augie Fackler perf: copyedit a few documentation strings
Sun, 17 Mar 2019 12:30:52 +0000 Pierre-Yves David perf: introduce a `perf.run-limits` options
Sat, 16 Mar 2019 19:11:19 +0000 Pierre-Yves David perf: pass limits as a function argument
Sat, 16 Mar 2019 19:08:27 +0000 Pierre-Yves David perf: more flexible implementation for checking stop conditions
Mon, 25 Mar 2019 08:41:02 -0700 Pierre-Yves David perf: document perfparents
Mon, 25 Mar 2019 13:43:40 +0100 Pierre-Yves David perf: document config options
Thu, 07 Feb 2019 23:25:39 -0800 Martin von Zweigbergk addremove: pass around uipathfn and use instead of m.uipath() (API)
Mon, 21 Jan 2019 17:37:33 +0000 Martijn Pieters branchmap: encapsulate cache updating in the map itself
Mon, 21 Jan 2019 16:04:48 +0000 Martijn Pieters branchmap: make branchcache responsible for reading
Mon, 28 Jan 2019 03:41:33 -0500 Boris Feld perf: add a --[no-]clear-caches option to `perfnodemap`
Fri, 25 Jan 2019 18:55:45 -0500 Boris Feld perf: add a perfnodemap command
Mon, 28 Jan 2019 03:20:31 -0500 Boris Feld perf: support looking up multiple revisions
Fri, 25 Jan 2019 18:43:48 -0500 Boris Feld perf: add a no-lookup variant to perfindex
Mon, 28 Jan 2019 04:47:40 -0500 Boris Feld perf: add some documentation to perfindex
Fri, 25 Jan 2019 14:53:19 -0500 Boris Feld perf: move cache clearing in the `setup` step of `perfheads`
Fri, 25 Jan 2019 14:52:31 -0500 Boris Feld perf: document perfheads
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Tue, 04 Dec 2018 11:22:31 -0800 Martin von Zweigbergk perfrevlogwrite: use progress helper on modern hg
Wed, 19 Dec 2018 02:57:48 +0100 Boris Feld perfrevlogwrite: fix a typo in the option name
Mon, 17 Dec 2018 10:37:22 +0100 Boris Feld perfrevflogwrite: clear revlog cache between each write
Thu, 06 Dec 2018 10:38:30 +0100 Boris Feld perf: report more of the higher range in perfrevlogwrite
Fri, 14 Dec 2018 12:00:38 -0500 Augie Fackler perf: add two more missing b prefixes for Python 3
Fri, 14 Dec 2018 19:21:28 +0300 Pulkit Goyal py3: add a missing b'' prefix in contrib/perf.py
Thu, 13 Dec 2018 17:10:03 +0100 Georges Racinet perfdiscovery: benching findcommonheads()
Mon, 10 Dec 2018 20:01:07 +0000 Gregory Szorc perf: add perfprogress command
Sat, 01 Dec 2018 15:57:27 +0100 Boris Feld perf: add a --rev attribute to perfindex
Fri, 23 Nov 2018 06:03:38 +0100 Boris Feld perf: update perfindex to be more realistic
Fri, 23 Nov 2018 01:09:37 +0100 Boris Feld perf: add a `--clear-caches` to `perfbranchmapupdate`
Wed, 21 Nov 2018 21:11:47 +0000 Boris Feld perf: start from an existing branchmap if possible
Wed, 21 Nov 2018 20:35:22 +0000 Boris Feld perf: rely on repoview for perfbranchmapupdate
Wed, 21 Nov 2018 22:56:06 +0100 Boris Feld perf: pre-indent some code in `perfbranchmapupdate`
Wed, 21 Nov 2018 12:02:25 +0000 Boris Feld perf: add a `perfbranchmapupdate` command
Thu, 22 Nov 2018 21:00:13 +0100 Boris Feld perf: add a perfignore command
Tue, 20 Nov 2018 17:44:24 +0000 Boris Feld perf: disable revlogs clearing in `perftags` by default
Tue, 20 Nov 2018 10:55:20 +0000 Boris Feld perf: add a `clear-revlogs` flag to `perfbookmarks`
less more (0) -300 -100 -60 tip