##// END OF EJS Templates
stream: use wsgi.input_terminated because of webob changes of handling chunked encoding
stream: use wsgi.input_terminated because of webob changes of handling chunked encoding

File last commit:

r129:24fe5a91 default
r343:ed48ec99 default
Show More
.hgignore
38 lines | 370 B | text/plain | TextLexer
initial commit
r0 syntax: glob
*.orig
*.pyc
*.swp
hgignore: adde .eggs folder generated during new packaging.
r129 *.sqlite
initial commit
r0 *.tox
*.egg-info
*.egg
hgignore: adde .eggs folder generated during new packaging.
r129 *.eggs
initial commit
r0 *.idea
.DS_Store*
syntax: regexp
#.filename
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^\.cache.*$
^\.rhodecode$
^_dev
^._dev
^build/
^coverage\.xml$
^data$
^dev.ini$
^acceptance_tests/dev.*\.ini$
^dist/
^fabfile.py
^htmlcov
^junit\.xml$
^node_modules/
^pylint.log$
^build$
^result$