[c-c shell -H] add verbosity=0 so we are not asked to confirm everything, as when not using -H stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 18 Sep 2012 17:04:44 +0200
branchstable
changeset 8564 0e56f0c3fd1e
parent 8553 5d0474b627fe
child 8565 53c8cf9450b9
[c-c shell -H] add verbosity=0 so we are not asked to confirm everything, as when not using -H
cwctl.py
--- a/cwctl.py	Tue Sep 18 11:37:24 2012 +0200
+++ b/cwctl.py	Tue Sep 18 17:04:44 2012 +0200
@@ -917,7 +917,7 @@
                     break
             cnx.load_appobjects()
             repo = cnx._repo
-            mih = ServerMigrationHelper(None, repo=repo, cnx=cnx,
+            mih = ServerMigrationHelper(None, repo=repo, cnx=cnx, verbosity=0,
                                          # hack so it don't try to load fs schema
                                         schema=1)
         else: