Show More
@@ -1383,7 +1383,7 b' def matching(repo, subset, x):' | |||
|
1383 | 1383 | # i18n: "matching" is a keyword |
|
1384 | 1384 | l = getargs(x, 1, 2, _("matching takes 1 or 2 arguments")) |
|
1385 | 1385 | |
|
1386 |
revs = getset(repo, |
|
|
1386 | revs = getset(repo, fullreposet(repo), l[0]) | |
|
1387 | 1387 | |
|
1388 | 1388 | fieldlist = ['metadata'] |
|
1389 | 1389 | if len(l) > 1: |
General Comments 0
You need to be logged in to leave comments.
Login now