Submitter | Gregory Szorc |
---|---|
Date | March 28, 2014, 11:38 p.m. |
Message ID | <00757c8026fcdd937fce.1396049918@77.1.168.192.in-addr.arpa> |
Download | mbox | patch |
Permalink | /patch/4143/ |
State | Accepted |
Commit | c2a81aa199804e9fa8cc02d95b6ba1b086cff2f4 |
Headers | show |
Comments
Gregory Szorc <gregory.szorc@gmail.com> writes: > # HG changeset patch > # User Gregory Szorc <gregory.szorc@gmail.com> > # Date 1396048325 25200 > # Fri Mar 28 16:12:05 2014 -0700 > # Node ID 00757c8026fcdd937fce1bde00ee0e944784f8c5 > # Parent 8a6a86c9a5b58ccc020de1ff0429e72dfa5599fc > revsetbenchmark: add entry for ::rev:: > > Revsets of the form ::rev:: were identified as the source behind the > regressions in issue 4201. Ensure we have explicit coverage of that > revset. > Queued for default. Thank you.
Patch
diff --git a/contrib/revsetbenchmarks.txt b/contrib/revsetbenchmarks.txt --- a/contrib/revsetbenchmarks.txt +++ b/contrib/revsetbenchmarks.txt @@ -7,8 +7,9 @@ roots(0::tip) author(lmoscovicz) author(mpm) author(lmoscovicz) or author(mpm) tip:0 max(tip:0) min(0:tip) 0:: min(0::) +::p1(p1(tip))::