migration.py
branchstable
changeset 5485 4a033d7f1d93
parent 5426 0d4853a6e5ee
parent 5484 95f2384b4495
child 5486 5790462343cb
child 5488 ded032692cb9
--- a/migration.py	Wed May 05 18:15:25 2010 +0200
+++ b/migration.py	Wed May 05 18:54:19 2010 +0200
@@ -379,7 +379,7 @@
                 if optdict.get('default') is REQUIRED:
                     self.config.input_option(optdescr[1], optdict)
         self.config.generate_config(open(newconfig, 'w'))
-        show_diffs(configfile, newconfig)
+        show_diffs(configfile, newconfig, ask_confirm=self.confirm is not yes)
         os.close(fd)
         if exists(newconfig):
             os.unlink(newconfig)