mercurial/revset.py
changeset 22689 372f507f6676
parent 22688 cac9b3591753
child 22690 d7ab5684711f
--- a/mercurial/revset.py	Tue Sep 30 23:09:59 2014 -0500
+++ b/mercurial/revset.py	Wed Oct 01 15:50:40 2014 -0500
@@ -2813,8 +2813,6 @@
         return False
 
     def __and__(self, x):
-        if isinstance(x, baseset):
-            x = x.set()
         return orderedlazyset(self, x.__contains__,
                               ascending=self.isascending())