hgext3rd/topic/__init__.py
changeset 2762 610581a2fb74
parent 2750 bd3824d1b795
child 2793 fb317d218af0
--- a/hgext3rd/topic/__init__.py	Sun Jul 23 05:16:24 2017 +0200
+++ b/hgext3rd/topic/__init__.py	Sun Jul 23 05:32:23 2017 +0200
@@ -206,7 +206,8 @@
 
     try:
         evolve = extensions.find('evolve')
-        extensions.wrapfunction(evolve, "presplitupdate", presplitupdatetopic)
+        extensions.wrapfunction(evolve.rewriteutil, "presplitupdate",
+                                presplitupdatetopic)
     except (KeyError, AttributeError):
         pass