# HG changeset patch # User Wagner Bruna # Date 1287584981 7200 # Node ID 642afc8f50e7365e815d8a79073c39d705c15859 # Parent 98aaf58a1d7c61d4ab3e296b8261b203bc30621f cmdutil: mark string for i18n diff -r 98aaf58a1d7c -r 642afc8f50e7 mercurial/cmdutil.py --- a/mercurial/cmdutil.py Thu Oct 14 10:56:39 2010 +0300 +++ b/mercurial/cmdutil.py Wed Oct 20 12:29:41 2010 -0200 @@ -117,7 +117,7 @@ l = revrange(repo, [revspec]) if len(l) < 1: - raise util.Abort("empty revision set") + raise util.Abort(_('empty revision set')) return repo[l[-1]] def revpair(repo, revs):