view .hgignore @ 4327:64d6e8e298a4

comments: don't hide comments made to lines outside the diff context This is a hack but seems like the best way to solve the problem of users increasing the context size and then making comments. The way things are done makes it hard to come up with a better solution. It should perhaps also be made impossible to comment on lines that isn't changed in the changeset. This issue is related to the need for a way to easily navigate to the (unresolved) comments that has been made on a huge changeset.
author Mads Kiilerich <madski@unity3d.com>
date Mon, 17 Jun 2013 18:23:13 +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$