##// 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
core: added MANIFEST.in file to add additional files in package
r51 # top level files
manifest: updated file in package.
r133 include *.rst
include *.txt
core: added MANIFEST.in file to add additional files in package
r51
manifest: updated file in package.
r133 # package extras
core: added MANIFEST.in file to add additional files in package
r51 include vcsserver/VERSION
# all config files
recursive-include configs *
svn: added support for hooks management of git and subversion....
r407 # hook templates
recursive-include vcsserver/hook_utils/hook_templates *
core: added MANIFEST.in file to add additional files in package
r51 # skip any tests files
manifest: updated file in package.
r133 recursive-exclude vcsserver/tests *
core: added MANIFEST.in file to add additional files in package
r51