mercurial/hgweb/webcommands.py
changeset 24114 fafd9a1284cf
parent 24097 8e04a73b5502
child 24177 f53b7174facf
--- a/mercurial/hgweb/webcommands.py	Wed Oct 01 20:26:33 2014 -0400
+++ b/mercurial/hgweb/webcommands.py	Mon Feb 02 22:21:07 2015 +0900
@@ -237,7 +237,7 @@
 
         mfunc = revset.match(web.repo.ui, revdef)
         try:
-            revs = mfunc(web.repo, revset.spanset(web.repo))
+            revs = mfunc(web.repo)
             return MODE_REVSET, revs
             # ParseError: wrongly placed tokens, wrongs arguments, etc
             # RepoLookupError: no such revision, e.g. in 'revision:'