merge change to ssh protocol.
authorVadim Gelfer <vadim.gelfer@gmail.com>
Sun, 04 Jun 2006 10:29:34 -0700
changeset 2397 e9d402506514
parent 2396 8d44649df03b (current diff)
parent 2363 fa4c11751367 (diff)
child 2398 2d5745fd03fa
merge change to ssh protocol.
mercurial/commands.py
mercurial/sshserver.py
--- a/mercurial/sshserver.py	Sun Jun 04 10:26:05 2006 -0700
+++ b/mercurial/sshserver.py	Sun Jun 04 10:29:34 2006 -0700
@@ -44,6 +44,7 @@
         if cmd:
             impl = getattr(self, 'do_' + cmd, None)
             if impl: impl()
+            else: self.respond("")
         return cmd != ''
 
     def do_heads(self):