Sat, 19 May 2012 19:44:23 -0700 |
Bryan O'Sullivan |
perf: rework perfheads and perftags to clear caches
|
Sat, 12 May 2012 16:02:46 +0200 |
Brodie Rao |
cleanup: replace naked excepts with except Exception: ...
|
Sat, 12 May 2012 15:54:54 +0200 |
Brodie Rao |
cleanup: eradicate long lines
|
Thu, 12 Apr 2012 14:05:59 -0700 |
Bryan O'Sullivan |
parsers: use base-16 trie for faster node->rev mapping
|
Thu, 12 Apr 2012 15:21:52 -0700 |
Bryan O'Sullivan |
perf: time fncache read and write performance
|
Tue, 10 Apr 2012 12:07:16 -0500 |
Matt Mackall |
perf: add case collision auditor perf
|
Fri, 30 Mar 2012 14:16:06 -0500 |
Matt Mackall |
perf: node lookup
|
Fri, 16 Mar 2012 19:58:47 -0500 |
Matt Mackall |
perf: add a changeset test
|
Thu, 15 Mar 2012 15:58:55 -0500 |
Matt Mackall |
perf: add perfchangeset to time changeset parsing
|
Thu, 15 Mar 2012 13:11:03 -0500 |
Matt Mackall |
perf: tweak tests for testing index performance improvements
|
Sat, 18 Jun 2011 16:52:51 -0500 |
Matt Mackall |
scmutil: switch match users to supplying contexts
|
Wed, 01 Jun 2011 12:38:46 +0200 |
Martin Geisler |
check-code: flag 0/1 used as constant Boolean expression
|
Fri, 13 May 2011 14:58:24 -0500 |
Matt Mackall |
scmutil: drop aliases in cmdutil for match functions
|
Tue, 18 Jan 2011 15:55:49 -0600 |
Matt Mackall |
perf: restore lazyindex hack
|
Sat, 15 Jan 2011 12:28:10 +0100 |
Benoit Boissinot |
perf: there is no lazy index anymore
|
Wed, 12 Jan 2011 11:34:42 -0600 |
Matt Mackall |
perf: fix ordering of invalidate in perfindex
|
Tue, 11 Jan 2011 17:01:14 -0600 |
Matt Mackall |
perf: make perfindex results useful on hg with lazyparser
|
Tue, 11 Jan 2011 17:01:04 -0600 |
Matt Mackall |
revlog: only build the nodemap on demand
|
Tue, 04 Jan 2011 14:12:52 -0600 |
Matt Mackall |
revlog: remove lazy index
|
Sat, 31 Jul 2010 11:41:42 +0900 |
Nicolas Dumazet |
perf: break down long line
|
Tue, 27 Jul 2010 20:50:09 +0530 |
Pradeepkumar Gayam |
perf: add perfrevlog function to check performance of revlog
|
Wed, 17 Feb 2010 20:30:57 +0100 |
Benoit Boissinot |
regression: missing arg from 24ce8f0c0a39 dirstate.{walk,status} changes
stable
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Thu, 31 Dec 2009 17:19:30 -0600 |
Augie Fackler |
dirstate: don't check state of subrepo directories
|
Wed, 25 Nov 2009 00:02:02 +0200 |
Alexander Solovyov |
perf.perflog: add option to follow renames
|
Wed, 11 Nov 2009 17:02:00 +0100 |
Patrick Mezard |
contrib/perf: profile diff of working directory changes
|
Thu, 16 Jul 2009 10:39:41 -0400 |
Greg Ward |
localrepo: rename in-memory tag cache instance attributes (issue548).
|
Sun, 21 Jun 2009 16:45:47 +0200 |
Dirkjan Ochtman |
help: add/fix docstrings for a bunch of extensions
|
Sat, 30 May 2009 23:20:30 +0200 |
Martin Geisler |
removed unused imports
|
Mon, 23 Mar 2009 13:12:03 +0100 |
Alexander Solovyov |
contrib: add perflog and perftemplating commands to perf extension
|
Thu, 13 Nov 2008 12:52:03 -0600 |
Matt Mackall |
Add contrib/perf.py for performance testing
|