mercurial/hgweb/hgweb_mod.py
changeset 11370 db3f6f0e4e7d
parent 10995 5efbfa662b3c
child 11582 26c7d4fc31bf
child 12570 a72c5ff1260c
--- a/mercurial/hgweb/hgweb_mod.py	Wed Jun 16 16:05:13 2010 -0500
+++ b/mercurial/hgweb/hgweb_mod.py	Wed Jun 16 16:05:19 2010 -0500
@@ -16,8 +16,10 @@
 perms = {
     'changegroup': 'pull',
     'changegroupsubset': 'pull',
+    'stream_out': 'pull',
+    'listkeys': 'pull',
     'unbundle': 'push',
-    'stream_out': 'pull',
+    'pushkey': 'push',
 }
 
 class hgweb(object):