.hgignore
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 14 Jan 2014 17:30:13 +0100
changeset 9472 ae97167956b1
parent 8252 3e769d21f67a
child 9500 2735915bbc5d
permissions -rw-r--r--
[devtools] fix self.session._cnx vs self.cnx._cnx confusion after self.login Make sure the client connection and the session refer to the same server connection.

\.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/