view .hgignore @ 4891:a7bbf4e18ec3

pullrequest overview: display in table to improve readability Instead of showing all info in the pullrequest overview right after each other on the same line, use a table to improve readability. Additionally, add following information: - author - destination repository The latter is always the same when viewing the list of pullrequests of a certain repository, but this change already anticipates re-use of this block in the 'my pullrequests' overview. The table is still static, non-sortable, since YUI is deprecated and no new alternative has been decided upon yet. This improvement can be done later.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Tue, 03 Mar 2015 21:33:04 +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$