src/mercurialserver/config.py
changeset 213 72e7ba8b41a6
parent 212 ab5e0e4f5a0c
child 215 584df0f2e5c7
--- 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")