Files @ 974d6193b61a
Branch filter:

Location: kallithea/.hgignore

Marcin Kuzminski
removed call to window location in some cases when request end up to early it showed a bad page.
Very annoying
syntax: glob
*.pyc
*.swp
*.egg-info
*.egg

syntax: regexp
^build
^docs/build/
^docs/_build/
^data$
^\.settings$
^\.project$
^\.pydevproject$
^rhodecode\.db$
^test\.db$
^repositories\.config$