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