Files @ 200f43d9c86d
Branch filter:

Location: kallithea/.hgignore - annotation

Andrew Shadura
comments: remove line breaks after user mentions in comment previews

Previously, the preview might look like this:

@username

, have you seen it?

Now it should look like this:

@username, have you seen it?
syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo

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$