##// END OF EJS Templates
bundle2: rename duplicate handlepushkeyreply to handleobsmarkerreply...
Martin von Zweigbergk -
r25506:86472038 default
parent child Browse files
Show More
@@ -1378,7 +1378,7 b' def handleobsmarker(op, inpart):'
1378
1378
1379
1379
1380 @parthandler('reply:obsmarkers', ('new', 'in-reply-to'))
1380 @parthandler('reply:obsmarkers', ('new', 'in-reply-to'))
1381 def handlepushkeyreply(op, inpart):
1381 def handleobsmarkerreply(op, inpart):
1382 """retrieve the result of a pushkey request"""
1382 """retrieve the result of a pushkey request"""
1383 ret = int(inpart.params['new'])
1383 ret = int(inpart.params['new'])
1384 partid = int(inpart.params['in-reply-to'])
1384 partid = int(inpart.params['in-reply-to'])
General Comments 0
You need to be logged in to leave comments. Login now