Files @ b9708d66277c
Branch filter:

Location: kallithea/.hgignore

Marcin Kuzminski
fixed problem with anchor links that contains non ascii chars
- anchor links are now based on md5 of path and not path safe web representation
syntax: glob
*.pyc
*.swp

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