--- a/hgext/simple4server.py Wed May 06 11:29:15 2015 -0700
+++ b/hgext/simple4server.py Thu May 07 10:54:37 2015 -0700
@@ -286,7 +286,6 @@
wireproto.commands['evoext_pushobsmarkers_0'] = (srv_pushobsmarkers, '')
wireproto.commands['evoext_pullobsmarkers_0'] = (srv_pullobsmarkers, '*')
# wrap module content
- extensions.wrapfunction(exchange, '_pullbundle2extraprepare', _getbundleobsmarkerpart)
origfunc = exchange.getbundle2partsmapping['obsmarkers']
def newfunc(*args, **kwargs):
return _getbundleobsmarkerpart(origfunc, *args, **kwargs)