mercurial/revset.py
branchstable
changeset 21173 d4daebb21cf6
parent 21024 7731a2281cf0
child 21199 e9c2f76be74b
--- a/mercurial/revset.py	Mon Apr 21 20:24:54 2014 +0200
+++ b/mercurial/revset.py	Tue Apr 22 10:12:13 2014 -0300
@@ -395,6 +395,7 @@
     (i.e. ::<set1> - ::<set2>).
     """
     cl = repo.changelog
+    # i18n: "only" is a keyword
     args = getargs(x, 1, 2, _('only takes one or two arguments'))
     include = getset(repo, spanset(repo), args[0]).set()
     if len(args) == 1: