diff -r ab5e0e4f5a0c -r 72e7ba8b41a6 src/mercurialserver/config.py --- a/src/mercurialserver/config.py Fri Nov 13 12:30:06 2009 +0000 +++ b/src/mercurialserver/config.py Fri Nov 13 12:32:43 2009 +0000 @@ -28,6 +28,7 @@ for p in _getConf()["paths"][name].split(":")] def getReposPath(): return _getPath("repos") +def getAuthorizedKeysPath(): return _getPath("authorized_keys") def getKeysPaths(): return _getPaths("keys") def getAccessPaths(): return _getPaths("access")