contrib/perf.py
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
Fri, 08 Nov 2019 23:26:50 +0900 Yuya Nishihara merge with stable
Mon, 04 Nov 2019 00:16:44 +0100 Pierre-Yves David perf: add a way to benchmark `dirstate.status`
Tue, 05 Nov 2019 08:42:42 -0800 Martin von Zweigbergk py3: don't use bytes with vars() or __dict__ stable
Tue, 08 Oct 2019 04:28:23 -0400 Pierre-Yves David perf: introduce a `--contains` flag to the `perfdirstate` command
Tue, 08 Oct 2019 04:23:04 -0400 Pierre-Yves David perf: introduce a `--iteration` to `perfdirstate`
Thu, 10 Oct 2019 04:48:31 +0200 Pierre-Yves David perf: fix `perfhelper-mergecopies` report of #changesets
Wed, 02 Oct 2019 18:39:20 -0400 Pierre-Yves David perf: fix `perfhelper-pathcopies` report of #changesets
Tue, 08 Oct 2019 02:19:04 -0400 Pierre-Yves David perf: use `setup` function in `perfdirstatewrite`
Tue, 08 Oct 2019 01:49:34 -0400 Pierre-Yves David perf: document `perfdirstatewrite`
Tue, 08 Oct 2019 02:12:15 -0400 Pierre-Yves David perf: use `setup` function in `perfdirfoldmap`
Tue, 08 Oct 2019 01:49:18 -0400 Pierre-Yves David perf: document `perfdirfoldmap`
Tue, 08 Oct 2019 02:16:15 -0400 Pierre-Yves David perf: use `setup` function in `perfdirstatefoldmap`
Tue, 08 Oct 2019 01:48:10 -0400 Pierre-Yves David perf: document `perfdirstatefoldmap`
Tue, 08 Oct 2019 02:08:41 -0400 Pierre-Yves David perf: use `setup` function in `perfdirstatedirs`
Tue, 08 Oct 2019 01:47:35 -0400 Pierre-Yves David perf: document `perfdirstatedirs`
Tue, 08 Oct 2019 01:57:10 -0400 Pierre-Yves David perf: use `setup` function in `perfdirstate`
Tue, 08 Oct 2019 01:46:57 -0400 Pierre-Yves David perf: document `perfdirstate`
Tue, 08 Oct 2019 01:15:28 -0400 Pierre-Yves David perf: document `perfstatus`
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
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
less more (0) -300 -100 -60 tip