##// END OF EJS Templates
http: Add error handling for the repo-locked exception. Part of #4237...
http: Add error handling for the repo-locked exception. Part of #4237 Previously the repo locekd exception was raised on return of the call to the hooks daemon and propagates all the way up to the WSGI server (e.g. waitress). In case of locked repos we want to return a custom response which contains an explanation for the user that the repo is locked and who has locked it.

File last commit:

r52:15ba4710 default
r85:a0c3f57b default
Show More
MANIFEST.in
15 lines | 240 B | text/plain | TextLexer
# top level files
include test.ini
include MANIFEST.in
include README.rst
include CHANGES.rst
include LICENSE.txt
include vcsserver/VERSION
# all config files
recursive-include configs *
# skip any tests files
recursive-exclude tests *