.hgignore
author Julien Jehannet <julien.jehannet@logilab.fr>
Thu, 23 Jun 2011 10:24:40 +0200
branchstable
changeset 7557 a397305f3976
parent 7078 bad26a22fe29
child 7972 99210c8b63b0
permissions -rw-r--r--
[controller] UndoController: fix output method (closes: #1776091) Fix buggy direct output in `UndoController.publish()`. Raise now a ValidationError instead of malformed string Changes: * raise ValidationError when an error occured in undo * use the new message mechanism based on _cwmsgid If errors are not fatal, you have to change publish() method.

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