view .hgignore @ 2008:9ddbfaeefb73 beta

API: allowed password field to be null when used with ldap_dn ref #362 - added errors about non unique email to create_user api function
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 21 Feb 2012 01:18:00 +0200
parents 324ac367a4da
children 82a88013a3fd 95f1ed68cac1
line wrap: on
line source

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$
^fabfile.py