Files @ 8bc8366a6874
Branch filter:

Location: kallithea/.hgignore

Mads Kiilerich
cleanup: introduce scripts/logformat.py for cleanup of string formatting of logging statements

Script used for cleanup in 0210d0b769d4 to replace logging with % formatting
with unformatted parameters.
syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo
.eggs/
tarballcache/

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^kallithea/tests/data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$