##// END OF EJS Templates
revset, i18n: add translator comment to "only"
Wagner Bruna -
r21173:d4daebb2 stable
parent child Browse files
Show More
@@ -395,6 +395,7 b' def only(repo, subset, x):'
395 395 (i.e. ::<set1> - ::<set2>).
396 396 """
397 397 cl = repo.changelog
398 # i18n: "only" is a keyword
398 399 args = getargs(x, 1, 2, _('only takes one or two arguments'))
399 400 include = getset(repo, spanset(repo), args[0]).set()
400 401 if len(args) == 1:
General Comments 0
You need to be logged in to leave comments. Login now