##// END OF EJS Templates
exceptions: don't report lookup errors as exceptions stored in the exception store....
exceptions: don't report lookup errors as exceptions stored in the exception store. - those are regular not found problems that don't indicate any exceptional case - also make the errors report nicer, not as KeyError, or generic Exception

File last commit:

r407:34976bc5 default
r843:d6e71ccf default
Show More
MANIFEST.in
16 lines | 273 B | text/plain | TextLexer
# top level files
include *.rst
include *.txt
# package extras
include vcsserver/VERSION
# all config files
recursive-include configs *
# hook templates
recursive-include vcsserver/hook_utils/hook_templates *
# skip any tests files
recursive-exclude vcsserver/tests *