author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Thu, 05 Mar 2015 11:40:56 +0100 | |
changeset 10217 | 75cd7df5c32e |
parent 10197 | 7c732d2abbc1 |
child 10218 | 5ebbaf713caf |
--- a/devtools/devctl.py Tue Jan 27 10:20:15 2015 +0100 +++ b/devtools/devctl.py Thu Mar 05 11:40:56 2015 +0100 @@ -167,6 +167,7 @@ if not eschema.final: add_msg(w, 'This %s' % etype) add_msg(w, 'New %s' % etype) + add_msg(w, 'add a %s' % etype) # AddNewAction if eschema.description and not eschema.description in done: done.add(eschema.description) add_msg(w, eschema.description)