Files @ 0f87c784756e
Branch filter:

Location: kallithea/.hgignore

Marcin Kuzminski
API changes
- added removed_user_from_users_group function
- fixed errors on wrong username
- normalized add/remove members from groups functions
- docs updates
syntax: glob
*.pyc
*.swp
*.sqlite
Paste*.egg

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