##// END OF EJS Templates
hooks: added changes to propagate commit metadata on pre-push....
hooks: added changes to propagate commit metadata on pre-push. This allows easier implementation of checking hooks such as branch protection.

File last commit:

r133:271283f9 default
r170:88d2ba78 default
Show More
MANIFEST.in
13 lines | 199 B | text/plain | TextLexer
# top level files
include *.rst
include *.txt
# package extras
include vcsserver/VERSION
# all config files
recursive-include configs *
# skip any tests files
recursive-exclude vcsserver/tests *