.hgignore
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 25 Jun 2013 19:50:16 +0200
changeset 9096 9d1b5f07d9ca
parent 8252 3e769d21f67a
child 9500 2735915bbc5d
permissions -rw-r--r--
[ClientConnection] directly use the Connection object to access the database Now that Connection are a full featured standalone object we can directly reference and use it in the ClientConnection instead of using the session. The session object is kept around for a while to perform various utility role.

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