contrib/perf.py
Fri, 28 Apr 2023 16:28:43 +0200 Pierre-Yves David perf: introduce a `perf::stream-locked-section` command
Mon, 20 Feb 2023 14:55:16 +0100 Pierre-Yves David contrib-perf: use `running_status` in `perf::status`
Sun, 05 Feb 2023 16:54:26 +0100 Pierre-Yves David locking: grab the wlock before touching the dirstate in `perfdirstatewrite`
Fri, 02 Dec 2022 06:52:27 +0100 Pierre-Yves David path: pass `path` to `peer` in `hg perf::discovery`
Thu, 01 Dec 2022 01:41:34 +0100 Pierre-Yves David path: update logic in `perf` to use the push variant when available
Sun, 16 Oct 2022 04:48:21 +0200 Pierre-Yves David perf-unbundle: do a quick and dirty fix to make it run on more commit stable
Wed, 19 Oct 2022 01:54:04 +0200 Pierre-Yves David perf-unbundle: pre-indent the main block in per::unbundle stable
Fri, 26 Aug 2022 00:50:31 +0200 Pierre-Yves David perf: make perf::bundle compatible down to 5.2
Fri, 26 Aug 2022 00:48:54 +0200 Pierre-Yves David perf: make perf::bundle compatible before 61ba04693d65
Thu, 25 Aug 2022 05:12:25 +0200 Pierre-Yves David perf: properly process formatter option in perf::unbundle
Thu, 25 Aug 2022 05:11:48 +0200 Pierre-Yves David perf: quiet stdout output in perf::unbundle
Thu, 25 Aug 2022 05:10:55 +0200 Pierre-Yves David perf: quiet stderr output in perf::unbundle
Thu, 28 Jul 2022 16:25:21 +0200 Pierre-Yves David perf: introduce a benchmark for delta-find
Tue, 12 Jul 2022 01:13:56 +0200 Pierre-Yves David perf-unbundle: add a perf command to time the unbundle operation
Mon, 11 Jul 2022 23:30:24 +0200 Pierre-Yves David perf-bundle: accept --type argument
Mon, 11 Jul 2022 23:10:55 +0200 Pierre-Yves David perf-bundle: accept --rev arguments
Mon, 11 Jul 2022 22:50:59 +0200 Pierre-Yves David perf-bundle: add a new command to benchmark bundle creation time
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Mon, 28 Jun 2021 15:52:10 +0200 Simon Sapin dirstate: Removed unused instances of `DirsMultiset`
Mon, 03 May 2021 12:22:36 +0200 Pierre-Yves David revlog: use a "radix" to address revlog
Mon, 03 May 2021 12:22:26 +0200 Pierre-Yves David revlog: rename `datafile` to `datafile`
Mon, 03 May 2021 12:22:16 +0200 Pierre-Yves David revlog: rename `indexfile` to `_indexfile`
Tue, 06 Apr 2021 05:20:24 +0200 Pierre-Yves David revlog: introduce an explicit tracking of what the revlog is about
Sat, 01 May 2021 14:47:39 +0200 Pierre-Yves David revlog: remove the revlogio class
Mon, 05 Apr 2021 12:22:25 +0200 Pierre-Yves David revlog: replace revlog._io.size with a new revlog.index.entry_size
Wed, 14 Apr 2021 20:32:53 +0200 Pierre-Yves David perf-discovery: use `get_unique_pull_path`
Wed, 13 Jan 2021 16:14:58 +0100 Joerg Sonnenberger node: introduce nodeconstants class
Thu, 11 Mar 2021 17:26:49 +0100 Pierre-Yves David ui: pass a `ui` object to `paths.getpath`
Mon, 25 Jan 2021 16:46:51 +0100 Pierre-Yves David command-namespace: use `::` are the command separator
Fri, 04 Dec 2020 10:11:01 +0100 Pierre-Yves David perf: use the `perf--` prefix for perf command
Wed, 13 Jan 2021 17:21:51 +0100 Pierre-Yves David perf: don't turn byte to string when formatting perfbranchmap
Wed, 06 Jan 2021 19:41:15 +0100 Joerg Sonnenberger contrib: py3 compat for perfnodemap
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Mon, 05 Oct 2020 10:33:52 +0200 Raphaël Gomès py3: use native string when comparing with a function's argspec
Fri, 05 Jun 2020 01:54:13 +0200 Manuel Jacob perf: make `hg perfwrite` more flexible
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Mon, 03 Feb 2020 09:00:05 +0100 Pierre-Yves David perf: fix list formatting in perfindex documentation
Fri, 27 Dec 2019 13:47:17 -0500 Matt Harbison perf: drop an unused variable assignment
Fri, 27 Dec 2019 13:45:05 -0500 Matt Harbison perf: drop an unnecessary `pass`
Fri, 27 Dec 2019 13:42:52 -0500 Matt Harbison perf: fix the time measurement for pathcopies relative to p2
Thu, 14 Nov 2019 15:29:27 -0500 Augie Fackler perf: bool() elements of dirstate.status return instead of len()
Sat, 09 Nov 2019 13:23:55 +0100 Pierre-Yves David perf: make `perfrevlogindex` use the new `index.rev` api if available
Sat, 09 Nov 2019 13:23:54 +0100 Pierre-Yves David perf: make `perfnodemap` use the new `index.get_rev` api if available
Fri, 08 Nov 2019 13:26:55 +0100 Pierre-Yves David perf: make `perfphasesremote` use the new `index.has_node` api
Sat, 02 Nov 2019 14:45:57 +0100 Pierre-Yves David revlog: clarify which version use the older API in perf
Wed, 06 Nov 2019 14:13:19 +0100 Pierre-Yves David revlog: no longer return the nodemap after parsing
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
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`
Tue, 20 Nov 2018 10:46:20 +0000 Boris Feld perf: add a `clear-revlogs` flag to `perftags`
Sun, 25 Nov 2018 13:37:53 +0100 Boris Feld perf: stop creating new revlog by hand in perftags
Mon, 26 Nov 2018 00:15:12 +0100 Boris Feld perf: rename `perfhelper-tracecopies` to `perfhelper-pathcopies`
Mon, 26 Nov 2018 00:13:50 +0100 Boris Feld perf: add a docstring to `perfpathcopies`
Fri, 23 Nov 2018 19:32:51 +0100 Boris Feld perf: add a `--timing` argument to `perfhelper-tracecopies`
Thu, 22 Nov 2018 23:48:44 +0100 Boris Feld perf: run 'setup' function during stub run
Fri, 23 Nov 2018 02:08:01 +0100 Boris Feld perf: fallback to subset if ondisk cache is missing in perfbranchmapload
Fri, 23 Nov 2018 02:11:11 +0100 Boris Feld perf: prewarm the branchmap in perfbranchmapload
Thu, 22 Nov 2018 18:14:21 +0300 Pulkit Goyal perf: rename version flag of perfchangegroupchangelog to cgversion
Fri, 23 Nov 2018 06:32:32 +0100 Boris Feld perf: add --clear-revlog flag to branchmapload
Fri, 23 Nov 2018 06:32:28 +0100 Boris Feld perf: introduce a function to fully "unload" a changelog
Fri, 23 Nov 2018 01:32:57 +0100 Boris Feld perf: use an explicit function in perfbranchmapload
Fri, 23 Nov 2018 01:20:18 +0100 Boris Feld perf: update function name to match `perfbranchmapload` command
Wed, 21 Nov 2018 11:46:47 +0000 Boris Feld perf: fix a minor typo in perfbranchmapload
Mon, 19 Nov 2018 14:14:56 +0000 Boris Feld perf: add a new `perfhelper-tracecopies` command
Mon, 19 Nov 2018 16:50:21 +0000 Boris Feld perf: make `clearfilecache` helper work with any object
Tue, 20 Nov 2018 10:10:25 +0000 Boris Feld perf: move some of the perftags benchmark to the setup function
Mon, 19 Nov 2018 23:14:46 +0000 Boris Feld perf: use the new setup function in "perfbookmarks"
Mon, 19 Nov 2018 22:55:07 +0000 Boris Feld perf: add a `setup` argument to run code outside of the timed section
Mon, 19 Nov 2018 23:02:29 +0000 Boris Feld perf: explicitly pass title as a keyword argument in `perfdiffwd`
Mon, 05 Nov 2018 15:57:31 +0100 Boris Feld perf: add a lazydeltabase option to perfrevlogwrite
Mon, 05 Nov 2018 15:24:09 +0100 Boris Feld perf: add `storage` as possible source for perfrevlogwrite
Mon, 05 Nov 2018 15:19:44 +0100 Boris Feld perf: add `parent-smallest` as possible source for perfrevlogwrite
Mon, 05 Nov 2018 15:15:18 +0100 Boris Feld perf: add `parent-2` as possible source for perfrevlogwrite
Mon, 05 Nov 2018 15:15:02 +0100 Boris Feld perf: add `parent-1` as possible source for perfrevlogwrite
Fri, 19 Oct 2018 17:23:29 +0200 Boris Feld perf: add the notion of "source" to perfrevlogwrite
Tue, 06 Nov 2018 00:57:34 +0100 Boris Feld perf: only display the total time for perfrevlogwrite if quiet
Wed, 03 Oct 2018 11:04:57 +0200 Boris Feld perf: offer full details in perfrevlogwrite
Wed, 03 Oct 2018 10:53:29 +0200 Boris Feld perf: introduce a perfrevlogwrite command
Mon, 05 Nov 2018 17:24:39 +0100 Boris Feld perf: fix perfrevlogrevisions --reverse
Tue, 06 Nov 2018 11:05:13 +0100 Boris Feld perf: measure slicing time in perfrevlogrevision
Tue, 06 Nov 2018 11:04:23 +0100 Boris Feld perf: teach perfrevlogrevision about sparse reading
Tue, 06 Nov 2018 11:13:31 +0100 Boris Feld perf: use the same timer for all section of perfrevlogrevision
Mon, 15 Oct 2018 22:02:10 -0400 Matt Harbison py3: restore perfstartup() prior to b456b2e0ad9f on Windows
Fri, 12 Oct 2018 18:49:11 +0200 Rodrigo Damazio help: adding a proper declaration for shortlist/basic commands (API)
Sat, 13 Oct 2018 03:46:57 +0300 Pulkit Goyal py3: make test-contrib-perf.t work on python 3
Wed, 03 Oct 2018 10:46:56 +0200 Boris Feld perf: extract result formatting in its own function
Tue, 02 Oct 2018 18:54:06 +0200 Boris Feld perf: extract the timing of a section in a context manager
Mon, 01 Oct 2018 17:23:54 +0200 Boris Feld pref: support negative indexing in perfrevlogrevisions
Mon, 01 Oct 2018 17:37:38 +0200 Boris Feld perf: accept formatter option for perfmanifest
Mon, 01 Oct 2018 17:53:47 +0200 Boris Feld perf: fix -T json
Fri, 21 Sep 2018 21:14:27 -0400 Matt Harbison py3: apply byteskwargs to contrib/perf
Fri, 21 Sep 2018 20:28:00 -0400 Matt Harbison py3: un-byteify strings around os.system() and os.devnull in contrib/perf
Fri, 21 Sep 2018 20:16:13 -0400 Matt Harbison py3: work around the lack of sys.maxint in contrib/perf
Fri, 21 Sep 2018 20:13:14 -0400 Matt Harbison py3: switch contrib/perf from xrange to pycompat.xrange
Fri, 21 Sep 2018 20:10:36 -0400 Matt Harbison py3: handle sysstr conversion around get/set attr in contrib/perf
Tue, 18 Sep 2018 15:15:24 -0700 Gregory Szorc localrepo: pass root manifest into manifestlog.__init__
Thu, 06 Sep 2018 14:04:46 -0700 Gregory Szorc util: teach lrucachedict to enforce a max total cost
Fri, 07 Sep 2018 12:14:42 -0700 Gregory Szorc util: allow lrucachedict to track cost of entries
Wed, 29 Aug 2018 20:38:38 +0300 Pulkit Goyal contrib: byteify perf.py file
Mon, 27 Aug 2018 08:58:25 -0700 Gregory Szorc perf: add function for obtaining manifest revision
Wed, 15 Aug 2018 19:45:39 +0000 Gregory Szorc perf: use storage API for resolving manifest node
Sun, 19 Aug 2018 21:53:41 -0400 Augie Fackler merge with stable
Sat, 18 Aug 2018 10:33:03 +0900 Yuya Nishihara perf: fix typo in perfphasesremote() stable
Fri, 17 Aug 2018 16:11:35 -0700 Gregory Szorc merge with stable
Fri, 17 Aug 2018 17:51:06 +0200 Boris Feld perf: add a perfphasesremote command stable
Mon, 13 Aug 2018 20:31:01 +0100 Martijn Pieters perf: time loading branchmap caches
Mon, 06 Aug 2018 10:43:05 -0700 Gregory Szorc perf: call _generatechangelog() instead of group()
Mon, 06 Aug 2018 18:56:24 -0700 Jun Wu perf: add a command to benchmark linelog edits
Tue, 31 Jul 2018 19:37:54 +0200 Martijn Pieters manifest: persist the manifestfulltext cache
Tue, 31 Jul 2018 19:37:48 +0200 Martijn Pieters debug: allow specifying a manifest node rather than a revision
Fri, 20 Jul 2018 11:37:31 -0700 Martin von Zweigbergk perfmoonwalk: make work with filtered repo
Sat, 14 Jul 2018 02:09:47 +0200 Boris Feld perffncachewrite: load fncache after lock is acquired
Fri, 22 Jun 2018 11:02:42 +0100 Boris Feld perf: add a 'perf.all-timing' option to display more than best time
Wed, 11 Jul 2018 10:46:15 +0200 Boris Feld perf: document the perfmanifest command
Mon, 11 Jun 2018 19:05:41 +0200 Boris Feld perftemplating: abort on incompatible version
Thu, 31 May 2018 19:34:08 +0200 Boris Feld perftemplating: allow to specify the template to test
Thu, 31 May 2018 19:23:04 +0200 Boris Feld perftemplating: stop going through the log command
Thu, 31 May 2018 18:48:08 +0200 Boris Feld perftemplating: move revision argument to flag only
Thu, 31 May 2018 18:43:15 +0200 Boris Feld perftemplating: drop usage of buffer
Thu, 31 May 2018 17:31:46 +0200 Boris Feld perftemplating: move template formating into its own function
Thu, 31 May 2018 18:05:15 +0200 Boris Feld perftemplating: fix the revisions argument
Sat, 05 May 2018 18:35:16 -0700 Gregory Szorc pycompat: export queue module instead of symbols in module (API)
Wed, 04 Apr 2018 15:06:32 -0700 Martin von Zweigbergk perf: make perfmanifest and perfnodelookup work with revsets
Sat, 31 Mar 2018 23:49:58 +0530 Sushil khanchi addremove: remove dry_run, similarity from scmutil.addremove (API)
Sat, 03 Mar 2018 18:55:43 -0500 Gregory Szorc perf: teach perfbdiff to call blocks() and to use xdiff
Wed, 21 Feb 2018 11:43:12 +0100 Boris Feld perfbranchmap: allow to select the filter to benchmark
Wed, 21 Feb 2018 12:13:16 +0100 Boris Feld perfbranchmap: display 'unfiltered' for unfiltered performance
Tue, 13 Feb 2018 23:00:01 -0700 Augie Fackler py3: introduce and use pycompat.getargspec
Sun, 04 Feb 2018 10:28:03 +0900 Yuya Nishihara patch: unify check_binary and binary flags
Thu, 25 Jan 2018 14:46:19 -0500 Augie Fackler perf: add a perfunidiff command for benchmarking unified diff speed
Wed, 10 Jan 2018 21:09:57 -0800 Jun Wu perf: do not import util.queue
Sun, 17 Dec 2017 04:31:27 +0100 Boris Feld perf: add threading capability to perfbdiff
Mon, 13 Nov 2017 21:10:37 -0800 Gregory Szorc bundle2: don't use seekable bundle2 parts by default (issue5691)
Mon, 13 Nov 2017 19:20:34 -0800 Gregory Szorc perf: add command to benchmark bundle reading
Wed, 15 Nov 2017 01:07:42 -0800 Mark Thomas dirstate: add explicit methods for querying directories (API)
Fri, 13 Oct 2017 21:32:29 +0200 Boris Feld contrib-perf: register the 'parentscount' config item
Fri, 13 Oct 2017 21:31:24 +0200 Boris Feld contrib-perf: update the config registration
Thu, 05 Oct 2017 11:34:41 -0700 Durham Goode dirstate: move the _dirfoldmap to dirstatemap
Thu, 05 Oct 2017 11:34:41 -0700 Durham Goode dirstate: remove _dirs property cache
Thu, 05 Oct 2017 11:34:41 -0700 Durham Goode dirstate: remove _filefoldmap property cache
Fri, 30 Jun 2017 03:43:46 +0200 Boris Feld configitems: register the 'perf.stub' config
Fri, 29 Sep 2017 14:19:36 -0700 Martin von Zweigbergk dirstate: use keyword arguments to clarify walk()'s callers
Fri, 29 Sep 2017 14:23:41 -0700 Martin von Zweigbergk perf: remove fallbacks to ancient versions of dirstate.walk()
Fri, 16 Jun 2017 20:49:32 -0400 Matt Harbison perf: ensure HGRCPATH is exported on Windows
Wed, 07 Jun 2017 18:22:11 +0100 Pierre-Yves David perf: add a perfbookmarks command
Tue, 23 May 2017 02:27:41 +0200 Pierre-Yves David perfphases: add a flag to also include file access time
Wed, 07 Jun 2017 17:31:30 +0100 Pierre-Yves David perf: have a generic "clearstorecache" function
Mon, 05 Jun 2017 16:24:01 +0100 Pierre-Yves David perfbranchmap: add an option to purge the revbranch cache
Sun, 28 May 2017 11:13:10 -0700 Gregory Szorc perf: benchmark command for revlog indexes
Sun, 28 May 2017 10:56:28 -0700 Gregory Szorc perf: rename perfrevlog to perfrevlogrevisions
Tue, 23 May 2017 02:23:07 +0200 Pierre-Yves David perfphases: add 'perfphases' command
Sun, 21 May 2017 13:32:07 +0200 Pierre-Yves David perf: allow to clear the obsstore in 'perfvolatilesets'
Sun, 14 May 2017 16:19:47 +0900 Yuya Nishihara commands: move templates of common command options to cmdutil (API)
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Mon, 15 May 2017 19:37:11 -0700 Gregory Szorc perf: always pass node to revlog.revision()
Sat, 06 May 2017 11:16:59 -0700 Gregory Szorc perf: move revlog construction and length calculation out of benchmark
Sat, 06 May 2017 11:15:56 -0700 Gregory Szorc perf: clear revlog caches on every iteration
Sat, 06 May 2017 11:12:23 -0700 Gregory Szorc perf: don't convert rev to node before calling revlog.revision()
Sat, 06 May 2017 12:12:53 -0700 Gregory Szorc revlog: rename _chunkraw to _getsegmentforrevs()
Sat, 06 May 2017 12:02:31 -0700 Gregory Szorc perf: store reference to revlog._chunkraw in a local variable
Sat, 06 May 2017 11:01:02 -0700 Gregory Szorc perf: move gettimer() call
less more (0) -240 tip