[Updated] D9259: py3: hggettext
Phabricator
phabricator at mercurial-scm.org
Fri Oct 30 17:03:55 UTC 2020
Closed by commit rHGbea8cf87bef3: py3: hggettext (authored by Dan Villiom Podlaski Christiansen <danchr at gmail.com>).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D9259?vs=23361&id=23377
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D9259/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D9259
AFFECTED FILES
i18n/hggettext
CHANGE DETAILS
diff --git a/i18n/hggettext b/i18n/hggettext
--- a/i18n/hggettext
+++ b/i18n/hggettext
@@ -123,7 +123,7 @@
if not cmdtable:
# Maybe we are processing mercurial.commands?
cmdtable = getattr(mod, 'table', {})
- functions.extend((c[0], False) for c in cmdtable.itervalues())
+ functions.extend((c[0], False) for c in cmdtable.values())
for func, rstrip in functions:
if func.__doc__:
To: danchr, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20201030/0c76c0d1/attachment-0002.html>
More information about the Mercurial-patches
mailing list