##// END OF EJS Templates
fix(mercurial): fixed issue with rebase logic after bump to mercurial 6.3...
fix(mercurial): fixed issue with rebase logic after bump to mercurial 6.3 the previous spec expected just a single base. Now this needs to be a list of items fixes #5704

File last commit:

r1133:d8788c5d default
r1171:19ccbbc7 default
Show More
MANIFEST.in
23 lines | 450 B | text/plain | TextLexer
# top level files
include *.rst
include *.txt
# package extras
include vcsserver/VERSION
# all python files inside vcsserver
graft vcsserver
# all config files
recursive-include configs *
# hook templates
recursive-include vcsserver/hook_utils/hook_templates *
# skip any tests files
recursive-exclude vcsserver/tests *
recursive-exclude docs/_build *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-exclude * .*.sw[a-z]