##// END OF EJS Templates
hooks: added shadow repo dedicated dummy hook....
hooks: added shadow repo dedicated dummy hook. It now should do nothing, since we don't want hooks execution on shadow repositories.

File last commit:

r407:34976bc5 default
r780:baf64deb 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 *