##// END OF EJS Templates
merged python3 into default
merged python3 into default

File last commit:

r1125:f619b34f python3
r1131:20e2294a merge default
Show More
.hgignore
41 lines | 393 B | text/plain | TextLexer
initial commit
r0 syntax: glob
core: unify startup log for pyramid
r1125
initial commit
r0 *.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.*$
.hgignore: add .venv to ignore dirs
r1093 ^\.venv.*$
.hgignore: remove ruff cache
r1097 ^\.ruff_cache.*$
initial commit
r0 ^\.rhodecode$
.hgignore: remove ruff cache
r1097
update .hgignore.
r344 ^.dev
initial commit
r0 ^build/
^coverage\.xml$
^data$
^dev.ini$
^acceptance_tests/dev.*\.ini$
^dist/
^fabfile.py
^htmlcov
^junit\.xml$
^node_modules/
^pylint.log$
^build$
^result$