Submitter | phabricator |
---|---|
Date | Aug. 15, 2017, 8:18 p.m. |
Message ID | <c11089c19994e1303d45689e9fd320e5@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/23040/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/extensions.py b/mercurial/extensions.py --- a/mercurial/extensions.py +++ b/mercurial/extensions.py @@ -384,6 +384,7 @@ These can't be wrapped using the normal wrapfunction. """ + propname = pycompat.sysstr(propname) assert callable(wrapper) for currcls in cls.__mro__: if propname in currcls.__dict__: