##// END OF EJS Templates
git/hg: skip double caching with bulk requests calls....
git/hg: skip double caching with bulk requests calls. - calling builk request which can be cached itself, would call other cached methods and that is much slower

File last commit:

r407:34976bc5 default
r1075:8fc1778b python3
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 *