changeset 13741 | b51bf961b3cb |
parent 13571 | 84bd3fd63afc |
child 13959 | 141f88ae5276 |
13740:dcb51f156fa6 | 13741:b51bf961b3cb |
---|---|
15 import webcommands, protocol, webutil |
15 import webcommands, protocol, webutil |
16 |
16 |
17 perms = { |
17 perms = { |
18 'changegroup': 'pull', |
18 'changegroup': 'pull', |
19 'changegroupsubset': 'pull', |
19 'changegroupsubset': 'pull', |
20 'getbundle': 'pull', |
|
20 'stream_out': 'pull', |
21 'stream_out': 'pull', |
21 'listkeys': 'pull', |
22 'listkeys': 'pull', |
22 'unbundle': 'push', |
23 'unbundle': 'push', |
23 'pushkey': 'push', |
24 'pushkey': 'push', |
24 } |
25 } |