##// END OF EJS Templates
acl: support evolve subcommands when checking for permissions.
marcink -
r3229:a91339bd default
parent child Browse files
Show More
@@ -69,6 +69,11 b' class SimpleHg(simplevcs.SimpleVCS):'
69 'statlfile': 'pull',
69 'statlfile': 'pull',
70 'lheads': 'pull',
70 'lheads': 'pull',
71
71
72 # evolve
73 'evoext_obshashrange_v1': 'pull',
74 'evoext_obshash': 'pull',
75 'evoext_obshash1': 'pull',
76
72 'unbundle': 'push',
77 'unbundle': 'push',
73 'pushkey': 'push',
78 'pushkey': 'push',
74 }
79 }
General Comments 0
You need to be logged in to leave comments. Login now