--- 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):