##// END OF EJS Templates
revset-matching: call 'getset' on a 'fullreposet'...
Pierre-Yves David -
r23166:30e0dcd7 default
parent child Browse files
Show More
@@ -1383,7 +1383,7 b' def matching(repo, subset, x):'
1383 # i18n: "matching" is a keyword
1383 # i18n: "matching" is a keyword
1384 l = getargs(x, 1, 2, _("matching takes 1 or 2 arguments"))
1384 l = getargs(x, 1, 2, _("matching takes 1 or 2 arguments"))
1385
1385
1386 revs = getset(repo, baseset(repo.changelog), l[0])
1386 revs = getset(repo, fullreposet(repo), l[0])
1387
1387
1388 fieldlist = ['metadata']
1388 fieldlist = ['metadata']
1389 if len(l) > 1:
1389 if len(l) > 1:
General Comments 0
You need to be logged in to leave comments. Login now