view .hgignore @ 7167:b4a5632733d9 stable

vcs: Fix internal server error when trying to get diff from Mercurial for paths that include globbing patterns (Issue #308): - Treat passed-in paths as exact matches, dissallowing any type of globbing/regex/pattern matching. - Added accompanying tests.
author Branko Majic <branko@majic.rs>
date Tue, 13 Feb 2018 16:23:55 +0100
parents bfa66e8887d7
children 9358211ee144
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo
.eggs/
tarballcache/

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^kallithea/tests/data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$