view .hgignore @ 4358:068ca0afcf9f

pull requests: allow closing of PRs in all states - undo #677 There can be reasons to close a PR without approving or rejecting it - especially when approving or rejecting a PR overwrites the "review status" of all changesets in it. If some code for some reason is interested in PRs that has been closed as approved or rejected then that is what they should look for ... even though that is very hard with the current data model.
author Mads Kiilerich <madski@unity3d.com>
date Fri, 18 Jul 2014 18:47:02 +0200
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$