##// END OF EJS Templates
http-traffic: mostly use payload from encoded msgpack single header instead of multiple ones....
http-traffic: mostly use payload from encoded msgpack single header instead of multiple ones. - headers are not good for handling str/bytes we we store all info in a single b64 field

File last commit:

r407:34976bc5 default
r1078:beb1039e python3
Show More
MANIFEST.in
16 lines | 273 B | text/plain | TextLexer
core: added MANIFEST.in file to add additional files in package
r51 # top level files
manifest: updated file in package.
r133 include *.rst
include *.txt
core: added MANIFEST.in file to add additional files in package
r51
manifest: updated file in package.
r133 # package extras
core: added MANIFEST.in file to add additional files in package
r51 include vcsserver/VERSION
# all config files
recursive-include configs *
svn: added support for hooks management of git and subversion....
r407 # hook templates
recursive-include vcsserver/hook_utils/hook_templates *
core: added MANIFEST.in file to add additional files in package
r51 # skip any tests files
manifest: updated file in package.
r133 recursive-exclude vcsserver/tests *
core: added MANIFEST.in file to add additional files in package
r51