changeset 2473 | 490f88fb99b6 |
parent 2395 | e3093fc12a00 |
child 2476 | 1294a6bdf3bf |
--- 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',))