.hgignore
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 05 Dec 2011 13:37:40 +0100
changeset 8105 7980b36fb1aa
parent 7972 99210c8b63b0
child 8252 3e769d21f67a
permissions -rw-r--r--
[schema sync] Update repo._type_source_cache when renaming an entity (closes #2094470) When an entity type is renamed as part of a migration, it leaves stale entries in repo._type_source_cache, which makes subsequent operations on those entities fail (they look for the old entity name instead of the new one).

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