view .hgignore @ 4835:468073f2ebd6

pullrequests: allow closing only by author and admin A pullrequest should not be closable by any reviewer, especially not since there is no reopening feature. The check on change_status is no longer necessary, as the new permission check is more restrictive.
author Thomas De Schampheleire <thomas.de_schampheleire@alcatel-lucent.com>
date Wed, 11 Feb 2015 22:13:11 +0100
parents 24c0d584ba86
children 03bbd33bc084
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg

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