sapling/contrib
Gregory Szorc 8577d931d0 revsetbenchmarks: support benchmarking changectx loading
Many revset consumers construct changectx instances for each returned
result. Add support for benchmarking this to our revset benchmark
script.

In the future, we might want to have some kind of special syntax in
the parsed revset files to engage this mode automatically. This would
enable us to load changectxs for revsets that do that in the code and
would more accurately benchmark what's actually happening. For now,
running all revsets with or without changectxs is sufficient.
2015-11-21 15:43:04 -08:00
..
debian debian: install bash completion as hg and not mercurial (issue4900) 2015-10-14 14:53:15 -04:00
docker dockerdeb: rules to build a debian package using docker 2015-05-06 13:15:39 -04:00
hgfixes fix_bytes: loosen blacklist matching requirements 2014-05-10 14:54:39 -07:00
hgsh backout of e4cb9628354c 2011-01-27 11:15:08 +01:00
macosx urls: bulk-change primary website URLs 2015-09-30 15:43:49 -05:00
plan9 urls: bulk-change primary website URLs 2015-09-30 15:43:49 -05:00
vagrant vagrant: update to official Debian 8.1 base box 2015-09-02 11:52:24 -05:00
vim urls: bulk-change primary website URLs 2015-09-30 15:43:49 -05:00
win32 win32: drop reference to python2.5 2015-10-15 17:19:11 -04:00
wix wix: style-coal.css has been renamed 2015-11-09 09:41:20 -06:00
all-revsets.txt revset: improves time complexity of 'roots(xxx)' 2015-06-22 10:19:12 -07:00
base-revsets.txt contrib: introduce an all-revsets.txt file 2015-06-16 22:15:30 -07:00
bash_completion bash_completion: add -p|--patch|--stat support for shelve 2015-11-10 19:52:30 +08:00
builddeb packaging: rework version detection and declaration (issue4912) 2015-10-26 14:19:37 -04:00
buildrpm packaging: rework version detection and declaration (issue4912) 2015-10-26 14:19:37 -04:00
casesmash.py cleanup: drop unused variables and an unused import 2013-07-01 20:48:56 +02:00
check-code.py check-code: allow argument passing py2.6ism 2015-10-15 17:28:26 -04:00
check-commit urls: bulk-change primary website URLs 2015-09-30 15:43:49 -05:00
check-config.py check-config: don't continue prematurely 2015-07-18 14:16:07 -05:00
debugcmdserver.py cleanup: "raise SomeException()" -> "raise SomeException" 2012-05-12 16:00:58 +02:00
debugshell.py debugshell: declare command using decorator 2014-05-04 21:19:31 -07:00
dockerdeb debian: switch to using debhelper and dh_python2 to build debs 2015-08-26 10:59:09 -04:00
dockerlib.sh dockerlib: allow non-unique uid and gid of $DBUILDUSER (issue4657) 2015-11-08 01:10:52 +08:00
dockerrpm dockerlib: extract initcontainer() method 2015-05-06 10:45:51 -04:00
dumprevlog rename util.set_binary to setbinary 2011-05-06 15:25:35 +02:00
editmerge editmerge: dequote other use of $ED 2015-10-19 21:36:12 -07:00
fixpax.py osx: patch .pax.gz files in pkg bundles so they extract as root (issue4081) 2015-01-23 06:28:28 +01:00
hg-ssh hg-ssh: reject push earlier (on pretxnopen) 2015-05-10 04:39:11 -07:00
hg-test-mode.el hg-test-mode: make exit code highlight work again 2014-08-12 12:53:23 -05:00
hgclient.py test-commandserver: allow check() to make connection in different way 2014-09-27 23:14:26 +09:00
hgk hgk: display committer name when set by hg-git 2015-04-03 22:44:25 +02:00
hgperf contrib: add "hgperf" command to measure performance of commands easily 2014-02-15 19:51:20 +09:00
hgweb.fcgi mq: add a warning about uncommitted changes for qfinish 2011-11-10 15:40:34 -06:00
hgweb.wsgi urls: bulk-change primary website URLs 2015-09-30 15:43:49 -05:00
import-checker.py import-checker: reset context to verify convention in function scope 2015-11-01 17:42:03 +09:00
logo-droplets.svg logo: clean up source file with scour 2010-04-05 14:33:41 -05:00
Makefile.python contrib: offer Python 2.7.10 2015-10-15 21:36:47 +02:00
memory.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
mercurial.el en-us: penalize 2012-08-17 13:58:19 -07:00
mercurial.spec urls: bulk-change primary website URLs 2015-09-30 15:43:49 -05:00
mq.el Remove FSF mailing address from GPL headers 2012-01-06 16:27:13 +01:00
packagelib.sh packaging: rework version detection and declaration (issue4912) 2015-10-26 14:19:37 -04:00
perf.py perf: support obtaining contexts from perfrevset 2015-11-21 15:39:18 -08:00
pylintrc codingstyle: remove trailing spaces in various text files 2013-04-17 03:40:18 +02:00
python-hook-examples.py misc: replace .parents()[0] with p1() 2011-04-04 16:21:59 -05:00
revsetbenchmarks.py revsetbenchmarks: support benchmarking changectx loading 2015-11-21 15:43:04 -08:00
showstack.py contrib: add showstack extension 2015-08-28 16:59:31 -05:00
simplemerge error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
synthrepo.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
tcsh_completion contrib: update tcsh_completion for Mercurial 1.8 2011-03-01 07:28:20 +01:00
tcsh_completion_build.sh contrib: update tcsh_completion for Mercurial 1.8 2011-03-01 07:28:20 +01:00
undumprevlog transaction: pass a vfs map to the transaction 2014-10-17 20:49:39 -07:00
xml.rnc Added RelaxNG schema for hg log XML output format 2009-12-30 02:44:37 +01:00
zsh_completion debugnamecomplete: rename from debuglabelcomplete 2014-10-17 13:41:29 -07:00