##// END OF EJS Templates
merge change to ssh protocol.
Vadim Gelfer -
r2397:e9d40250 merge default
parent child Browse files
Show More
@@ -44,6 +44,7 b' class sshserver(object):'
44 if cmd:
44 if cmd:
45 impl = getattr(self, 'do_' + cmd, None)
45 impl = getattr(self, 'do_' + cmd, None)
46 if impl: impl()
46 if impl: impl()
47 else: self.respond("")
47 return cmd != ''
48 return cmd != ''
48
49
49 def do_heads(self):
50 def do_heads(self):
General Comments 0
You need to be logged in to leave comments. Login now