##// END OF EJS Templates
security: bumped git to 2.24.1 that fixes several CVE...
security: bumped git to 2.24.1 that fixes several CVE - those are mostly client side, still import logic could be affected in very edge cases.

File last commit:

r344:3ff045a6 default
r803:9a71cd0b default
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$