.hgignore
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 20 Sep 2011 15:14:04 +0200
branchstable
changeset 7814 1ec9fe1dfba9
parent 7078 bad26a22fe29
child 7972 99210c8b63b0
permissions -rw-r--r--
[tableview] fix view selection when value is None (closes #1936781) * in case of None on final view, use explicitly asked view anyway * when etype is None, that means it's a non final entity type

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