##// END OF EJS Templates
http: set REMOTE_USER and REMOTE_HOST http variables....
http: set REMOTE_USER and REMOTE_HOST http variables. - some Mercurial extensions rely on those, and pure hgweb set this so to be compatible we set those too - fixes #5376

File last commit:

r133:271283f9 default
r269:413e285e default
Show More
MANIFEST.in
13 lines | 199 B | text/plain | TextLexer
# top level files
include *.rst
include *.txt
# package extras
include vcsserver/VERSION
# all config files
recursive-include configs *
# skip any tests files
recursive-exclude vcsserver/tests *