.hgignore
author Florent Cayre <florent.cayre@logilab.fr>
Mon, 15 Jul 2013 10:40:49 +0200
branchstable
changeset 9152 b0155bfd4e17
parent 8252 3e769d21f67a
child 9500 2735915bbc5d
permissions -rw-r--r--
Protect against crash in the `relation_possible` predicate with ambiguous relations. It was still possible to get a KeyError when using relations that are ambiguous at both ends, like (Executable, version_of, Program) & (Version, version_of, Project). Closes #3010148.

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