changeset 14462 | f6a433671c06 |
parent 13996 | 1cafa0426a1a |
child 15897 | cc021114fc98 |
--- a/contrib/hg-ssh Mon May 30 11:18:47 2011 +0200 +++ b/contrib/hg-ssh Sun May 29 13:43:50 2011 +0300 @@ -42,7 +42,7 @@ path = orig_cmd[6:-14] repo = os.path.normpath(os.path.join(cwd, os.path.expanduser(path))) if repo in allowed_paths: - dispatch.dispatch(['-R', repo, 'serve', '--stdio']) + dispatch.dispatch(dispatch.request(['-R', repo, 'serve', '--stdio'])) else: sys.stderr.write("Illegal repository %r\n" % repo) sys.exit(-1)