# HG changeset patch # User Pierre-Yves David # Date 1524480245 -3600 # Node ID bd236590d1278cb9f5cd3cc043b65371a955703b # Parent f6979d64b9fb42d3736cbc6a72b6d581b9af895d wrapping: fix a silly error were we checking on module and wrapping the other ... diff -r f6979d64b9fb -r bd236590d127 hgext3rd/evolve/__init__.py --- a/hgext3rd/evolve/__init__.py Sun Apr 22 11:40:17 2018 +0200 +++ b/hgext3rd/evolve/__init__.py Mon Apr 23 11:44:05 2018 +0100 @@ -721,7 +721,7 @@ ui.warn("(%s)\n" % solvemsg) if util.safehasattr(context, '_filterederror'): # <= hg-4.5 - @eh.wrapfunction(scmutil, '_filterederror') + @eh.wrapfunction(context, '_filterederror') def evolve_filtererror(original, repo, changeid): """build an exception to be raised about a filtered changeid