Submitter | phabricator |
---|---|
Date | Nov. 7, 2019, 8:31 a.m. |
Message ID | <06d12c2f3360e06cd3e9b8850c310349@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42863/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/templateutil.py b/mercurial/templateutil.py --- a/mercurial/templateutil.py +++ b/mercurial/templateutil.py @@ -111,6 +111,8 @@ class mappable(object): """Object which can be converted to a single template mapping""" + __metaclass__ = abc.ABCMeta + def itermaps(self, context): yield self.tomap(context)