##// END OF EJS Templates
exchange: move narrow acl functionality into core...
exchange: move narrow acl functionality into core This function is called by the custom changegroup generation code in the narrow extension. I want to move that changegroup code into core. That means we need to move this function. The code is kinda hacky in that assumes existence of REMOTE_USER, which is only present on authenticated HTTP requests. I've added a comment indicating that. Differential Revision: https://phab.mercurial-scm.org/D4008

File last commit:

r37193:943d77fc default
r38826:3e738733 default
Show More
__init__.py
2 lines | 61 B | text/x-python | PythonLexer
#
# This file is necessary to make this directory a package.