Show More
@@ -397,7 +397,7 b' def only(repo, subset, x):' | |||||
397 | cl = repo.changelog |
|
397 | cl = repo.changelog | |
398 | # i18n: "only" is a keyword |
|
398 | # i18n: "only" is a keyword | |
399 | args = getargs(x, 1, 2, _('only takes one or two arguments')) |
|
399 | args = getargs(x, 1, 2, _('only takes one or two arguments')) | |
400 |
include = getset(repo, spanset(repo), args[0]) |
|
400 | include = getset(repo, spanset(repo), args[0]) | |
401 | if len(args) == 1: |
|
401 | if len(args) == 1: | |
402 | if len(include) == 0: |
|
402 | if len(include) == 0: | |
403 | return baseset() |
|
403 | return baseset() |
General Comments 0
You need to be logged in to leave comments.
Login now