migration.py
brancholdstable
changeset 5484 95f2384b4495
parent 5424 8ecbcbff9777
child 5485 4a033d7f1d93
child 5487 3ab2682a4b37
--- a/migration.py	Wed May 05 16:24:27 2010 +0200
+++ b/migration.py	Wed May 05 18:54:04 2010 +0200
@@ -378,7 +378,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)