[PATCH 4 of 8] revsetbenchmark: add `author(mpm) or author(lmoscovicz)` to the canonical list

pierre-yves.david at ens-lyon.org pierre-yves.david at ens-lyon.org
Thu May 1 20:45:25 CDT 2014


# HG changeset patch
# User Pierre-Yves David <pierre-yves.david at fb.com>
# Date 1398908420 25200
#      Wed Apr 30 18:40:20 2014 -0700
# Node ID 1be2c08892d5b7bdfe741556b2586a8d33d8b16d
# Parent  b1c26946353c246ed75fdda09ecec7888d1318e8
revsetbenchmark: add `author(mpm) or author(lmoscovicz)` to the canonical list

This matters as `author(mpm)` have a lot of match evenly split in the repo,
while `author(lmoscoviz)` have less match (and later). This change the excution
patch of the or a lot.

diff --git a/contrib/revsetbenchmarks.txt b/contrib/revsetbenchmarks.txt
--- a/contrib/revsetbenchmarks.txt
+++ b/contrib/revsetbenchmarks.txt
@@ -6,10 +6,11 @@ draft() and ::tip
 0::tip
 roots(0::tip)
 author(lmoscovicz)
 author(mpm)
 author(lmoscovicz) or author(mpm)
+author(mpm) or author(lmoscovicz)
 tip:0
 max(tip:0)
 min(0:tip)
 0::
 min(0::)


More information about the Mercurial-devel mailing list