view .hgignore @ 1496:f4fed0b32103 beta

Rewrote git middleware with the same pattern as recent fix for #176 - additionally fixed dulwich server bug, that used old deprecated method. This fix caused huge improvement of speed for fetching git repos - moved simplehg and simplegit middleware into begining of pylons callstack. This low level middleware don't need to run any of the middlewares except each other.
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 29 Sep 2011 23:34:47 +0300
parents a555d8345105
children a28bd9cb6549 3338a0994472
line wrap: on
line source

syntax: glob
*.pyc
*.swp

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