.hgignore
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 17 Dec 2013 11:50:46 +0100
changeset 9481 7e35d62c67a9
parent 8252 3e769d21f67a
child 9500 2735915bbc5d
permissions -rw-r--r--
[notification] use an InternalManager object for notifications if we have an (email, lang) tuple The non-uniform handling of CWUser vs (email, lang) tuple has caused too many bugs; this change mostly unifies the two code paths. Closes #3381521

\.svn
^build$
^dist$
\.pyc$
\.pyo$
\.bak$
\.old$
\~$
\#.*?\#$
\.swp$
^doc/book/en/apidoc$
\.old$
syntax: regexp
.*/data/database/.*\.sqlite
.*/data/database/.*\.config
.*/data/database/tmpdb.*
.*/data/ldapdb/.*
^doc/html/
^doc/doctrees/
^doc/book/en/devweb/js_api/