mercurial/wireproto.py
changeset 14048 58e58406ed19
parent 13942 88f0e41d8802
child 14064 e4bfb9c337f3
--- a/mercurial/wireproto.py	Sat Apr 30 02:42:05 2011 -0500
+++ b/mercurial/wireproto.py	Fri Apr 29 14:54:01 2011 +0200
@@ -159,7 +159,7 @@
             self.ui.status(_('remote: '), l)
         return ret
 
-    def debugwireargs(self, one, two, three=None, four=None):
+    def debugwireargs(self, one, two, three=None, four=None, five=None):
         # don't pass optional arguments left at their default value
         opts = {}
         if three is not None: