mercurial/bundle2.py
changeset 25506 86472038dfd2
parent 25493 d8e7b0781ad7
child 25507 5bee483705e8
--- a/mercurial/bundle2.py	Sun Jun 07 15:49:57 2015 -0700
+++ b/mercurial/bundle2.py	Wed Jun 10 14:47:24 2015 -0700
@@ -1378,7 +1378,7 @@
 
 
 @parthandler('reply:obsmarkers', ('new', 'in-reply-to'))
-def handlepushkeyreply(op, inpart):
+def handleobsmarkerreply(op, inpart):
     """retrieve the result of a pushkey request"""
     ret = int(inpart.params['new'])
     partid = int(inpart.params['in-reply-to'])