# HG changeset patch # User Sylvain Thénault # Date 1273127086 -7200 # Node ID 3ab2682a4b37b1f35365ac6a80da65591bc20fd8 # Parent 95f2384b449556e4dac57f8323fe4b5949f5322b [migration] ask_confirm argument of show_diff doesn't contain an _ diff -r 95f2384b4495 -r 3ab2682a4b37 migration.py --- a/migration.py Wed May 05 18:54:04 2010 +0200 +++ b/migration.py Thu May 06 08:24:46 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, ask_confirm=self.confirm is not yes) + show_diffs(configfile, newconfig, askconfirm=self.confirm is not yes) os.close(fd) if exists(newconfig): os.unlink(newconfig)