revset, i18n: add translator comment to "only" stable
authorWagner Bruna <wbruna@softwareexpress.com.br>
Tue, 22 Apr 2014 10:12:13 -0300
branchstable
changeset 21173 d4daebb21cf6
parent 21172 0f0059af920c
child 21174 7991df9d2f20
revset, i18n: add translator comment to "only"
mercurial/revset.py
--- 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: