# HG changeset patch # User Wagner Bruna # Date 2014-04-22 13:12:13 # Node ID d4daebb21cf6586e1baaf451a13105f90e209995 # Parent 0f0059af920cd59f7c555705b95122670d03ebfa revset, i18n: add translator comment to "only" diff --git a/mercurial/revset.py b/mercurial/revset.py --- a/mercurial/revset.py +++ b/mercurial/revset.py @@ -395,6 +395,7 @@ def only(repo, subset, x): (i.e. :: - ::). """ 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: