##// END OF EJS Templates
config: fixed gunicorn config special character
config: fixed gunicorn config special character

File last commit:

r344:3ff045a6 default
r713:092fd1df stable
Show More
.hgignore
37 lines | 363 B | text/plain | TextLexer
syntax: glob
*.orig
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.eggs
*.idea
.DS_Store*
syntax: regexp
#.filename
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^\.cache.*$
^\.rhodecode$
^.dev
^build/
^coverage\.xml$
^data$
^dev.ini$
^acceptance_tests/dev.*\.ini$
^dist/
^fabfile.py
^htmlcov
^junit\.xml$
^node_modules/
^pylint.log$
^build$
^result$