diff -r a459a6ab78d0 -r 490f88fb99b6 cwctl.py --- a/cwctl.py Fri Jul 24 12:43:41 2009 +0200 +++ b/cwctl.py Fri Jul 24 12:47:47 2009 +0200 @@ -616,7 +616,7 @@ def upgrade_application(self, appid): from logilab.common.changelog import Version config = cwcfg.config_for(appid) - config.creating = True # notice we're not starting the server + config.repairing = True # notice we're not starting the server config.verbosity = self.config.verbosity try: config.set_sources_mode(self.config.ext_sources or ('migration',))