mercurial/localrepo.py
changeset 24114 fafd9a1284cf
parent 24113 b08af8f0ac01
child 24180 d8e0c591781c
--- a/mercurial/localrepo.py	Wed Oct 01 20:26:33 2014 -0400
+++ b/mercurial/localrepo.py	Mon Feb 02 22:21:07 2015 +0900
@@ -482,7 +482,7 @@
         '''Return a list of revisions matching the given revset'''
         expr = revset.formatspec(expr, *args)
         m = revset.match(None, expr)
-        return m(self, revset.spanset(self))
+        return m(self)
 
     def set(self, expr, *args):
         '''