# HG changeset patch # User Sylvain Thénault # Date 1252682077 -7200 # Node ID 08dac6d74b0355114de4851093f297d4c7b497a1 # Parent 34395d1f00d6de000c7a85248a73d242894861a4# Parent eca1b71e2f6b4393eac84854fb996419a8d3ebe7 merge diff -r eca1b71e2f6b -r 08dac6d74b03 cwctl.py --- a/cwctl.py Fri Sep 11 16:19:58 2009 +0200 +++ b/cwctl.py Fri Sep 11 17:14:37 2009 +0200 @@ -652,7 +652,7 @@ print '-> migration needed from %s to %s for %s' % (fromversion, toversion, cube) # only stop once we're sure we have something to do if not (cwcfg.mode == 'dev' or self.config.nostartstop): - StopCommand().stop_instance(appid) + StopInstanceCommand().stop_instance(appid) # run cubicweb/componants migration scripts mih.migrate(vcconf, reversed(toupgrade), self.config) # rewrite main configuration file