mercurial/sshserver.py
changeset 9198 061eeb602354
parent 8562 e3495c399006
child 9713 d193cc97c4e8
--- a/mercurial/sshserver.py	Wed Jul 22 23:08:32 2009 +0200
+++ b/mercurial/sshserver.py	Wed Jul 22 23:12:54 2009 +0200
@@ -59,7 +59,7 @@
         try:
             r = hex(self.repo.lookup(key))
             success = 1
-        except Exception,inst:
+        except Exception, inst:
             r = str(inst)
             success = 0
         self.respond("%s %s\n" % (success, r))