[PATCH 1 of 3 stable] revset, i18n: add translator comment to "only"

Wagner Bruna wagner.bruna+mercurial at gmail.com
Tue Apr 22 13:50:30 UTC 2014


# HG changeset patch
# User Wagner Bruna <wbruna at softwareexpress.com.br>
# Date 1398172333 10800
#      Ter Abr 22 10:12:13 2014 -0300
# Branch stable
# Node ID 152c646a4fb73d39b601e50496b03a00f21e5f3e
# Parent  1ce131b3221e69fd643a52e3861707ea02a8a483
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. ::<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:

-- 
Esta mensagem foi verificada pelo sistema de antivírus e
 acredita-se estar livre de perigo.



More information about the Mercurial-devel mailing list