drop unused function `pushmarkerwrapper`
I can find any user for this function.
--- a/hgfastobs.py Sat Nov 16 20:44:44 2013 -0500
+++ b/hgfastobs.py Tue Feb 18 15:30:54 2014 -0800
@@ -47,13 +47,6 @@
extensions.wrapfunction(obsolete, 'syncpush', syncpushwrapper)
-def pushmarkerwrapper(orig, repo, *args):
- if repo.ui.config('obsolete', 'syncstrategy') == 'stock':
- return orig(repo, *args)
- # We shouldn't need to do this, since we transmit markers
- # effectively during push in localrepo. Just return success.
- return 1
-
def _getoutgoing():
f = sys._getframe(4)
return f.f_locals['outgoing']