changeset 21173:d4daebb21cf6 stable

revset, i18n: add translator comment to "only"
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Tue, 22 Apr 2014 10:12:13 -0300
parents 0f0059af920c
children 7991df9d2f20
files mercurial/revset.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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: