view .hgignore @ 5047:99f090563f5f

changeset status: fix common case where a reviewer did not yet review anything When a reviewer did not yet make any review, its status for the changeset is None, causing the code to crash. The unit tests also did not cover this case.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Mon, 20 Apr 2015 17:02:42 +0200
parents 9885bbacf99c
children 19267f233d39
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo
.eggs/
tarballcache/

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