bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 23 Sep 2014 13:51:12 +0200
changeset 10059 dab538127d72
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[session] don't silently ignore commits commits while in the precommit or postcommit phase are silently ignored. This is OK in precommit since there'll be a commit afterwards anyway; OTOH in postcommit it may surprise the developer who didn't read the documentation for postcommit operations carefully enough. Related to #4383922.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])