##// END OF EJS Templates
libgit2: always cleanup after opening a repository, this way we don't lock the repo in multi-worker env
libgit2: always cleanup after opening a repository, this way we don't lock the repo in multi-worker env

File last commit:

r407:34976bc5 default
r731:34168bd1 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 *