changeset 22312:8b980fbbd6dc

revsetbenchmark: add revset with lazyset subtraction The added revset is used by obsolescence and currently results in recursion in __contains__ between 2 lazysets. We should have coverage of this revset.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 30 Aug 2014 15:17:37 +0200
parents 5038dee5bdd6
children d226fe36e362
files contrib/revsetbenchmarks.txt
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/revsetbenchmarks.txt	Sat Aug 30 11:57:46 2014 +0200
+++ b/contrib/revsetbenchmarks.txt	Sat Aug 30 15:17:37 2014 +0200
@@ -22,3 +22,4 @@
 :10000 and draft()
 max(::(tip~20) - obsolete())
 roots((0:tip)::)
+(not public() - obsolete())