mercurial/hgweb/hgweb_mod.py
changeset 13741 b51bf961b3cb
parent 13571 84bd3fd63afc
child 13959 141f88ae5276
--- a/mercurial/hgweb/hgweb_mod.py	Wed Mar 23 12:38:36 2011 -0500
+++ b/mercurial/hgweb/hgweb_mod.py	Wed Mar 23 16:02:11 2011 +0100
@@ -17,6 +17,7 @@
 perms = {
     'changegroup': 'pull',
     'changegroupsubset': 'pull',
+    'getbundle': 'pull',
     'stream_out': 'pull',
     'listkeys': 'pull',
     'unbundle': 'push',