Mercurial > hg-stable
diff mercurial/revset.py @ 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 | 7731a2281cf0 |
children | e9c2f76be74b |
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: