mercurial/revset.py
changeset 23166 30e0dcd7c5ff
parent 23165 7e8737e6ab08
child 23321 d716b1cec5cf
--- a/mercurial/revset.py	Thu Oct 16 23:15:06 2014 -0700
+++ b/mercurial/revset.py	Thu Oct 16 23:15:35 2014 -0700
@@ -1383,7 +1383,7 @@
     # i18n: "matching" is a keyword
     l = getargs(x, 1, 2, _("matching takes 1 or 2 arguments"))
 
-    revs = getset(repo, baseset(repo.changelog), l[0])
+    revs = getset(repo, fullreposet(repo), l[0])
 
     fieldlist = ['metadata']
     if len(l) > 1: