# HG changeset patch # User Pierre-Yves David # Date 1398908420 25200 # Node ID 883e268cb860c0ea2eb0faa94114e11c3a4a3893 # Parent 1ae3cd6f836c3c96ee3e9a872c8e966750910c2d revsetbenchmark: add `author(mpm) or author(lmoscovicz)` to the canonical list This matters as `author(mpm)` have a lot of matches evenly split in the repo, while `author(lmoscoviz)` have less match (and later). This changes the execution path of the "or" operator a lot. diff -r 1ae3cd6f836c -r 883e268cb860 contrib/revsetbenchmarks.txt --- a/contrib/revsetbenchmarks.txt Tue May 13 19:29:45 2014 -0500 +++ b/contrib/revsetbenchmarks.txt Wed Apr 30 18:40:20 2014 -0700 @@ -8,6 +8,7 @@ author(lmoscovicz) author(mpm) author(lmoscovicz) or author(mpm) +author(mpm) or author(lmoscovicz) tip:0 max(tip:0) min(0:tip)