diff -r 0f0059af920c -r d4daebb21cf6 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. :: - ::). """ 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: