# HG changeset patch # User Sylvain Thénault # Date 1305133347 -7200 # Node ID 65bd75f16d652c0460b8da25ff24051e6ed89211 # Parent 233b761201e4c2ba6dfe0af21e65b31ab84da0bc [c-c shell] we should commit the migration handler, cnx is not None unless connected through pyro diff -r 233b761201e4 -r 65bd75f16d65 cwctl.py --- a/cwctl.py Wed May 11 17:06:41 2011 +0200 +++ b/cwctl.py Wed May 11 19:02:27 2011 +0200 @@ -905,7 +905,7 @@ scripts, args = self.cmdline_parser.largs[1:], self.cmdline_parser.rargs for script in scripts: mih.cmd_process_script(script, scriptargs=args) - cnx.commit() + mih.commit() else: mih.interactive_shell() finally: