view .hgignore @ 3418:9fe4543b6823 beta

iterate over repos groups for bool() calls to actually work on it. fixes some issues with correctly displaying if there are no groups you have permission to.
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 28 Feb 2013 16:13:38 +0100
parents 33d63f5cc48c
children a5f0bc867edc bd39c1f70e35
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
Paste*.egg

syntax: regexp
^rcextensions
^build
^docs/build/
^docs/_build/
^data$
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^rhodecode\.db$
^test\.db$
^RhodeCode\.egg-info$
^rc.*\.ini$
^fabfile.py
^\.rhodecode$