view .hgignore @ 4824:11422edf4bea

repos: fix redirect after repo creation (and user/group add focus) (Issue #98) ec39e73be935 introduced a regression in the cases where templates contained (javascript) snippets outside defined areas. Before, they were included anyway. After, they were not. Fixing by moving the chunks I could find inside the main def.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 18 Feb 2015 23:48:47 +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$