mercurial/wireprotov2peer.py
changeset 40134 cfeba1aafb9d
parent 40026 7e807b8a9e56
child 40137 ed4ebbb98ca0
--- a/mercurial/wireprotov2peer.py	Mon Oct 08 17:00:16 2018 -0700
+++ b/mercurial/wireprotov2peer.py	Fri Oct 05 09:23:06 2018 -0700
@@ -325,6 +325,8 @@
                 raise e
 
             return
+        elif action == 'noop':
+            return
 
         if frame.requestid not in self._requests:
             raise error.ProgrammingError(