# HG changeset patch # User Sylvain Thénault # Date 1271676957 -7200 # Node ID 449cc4fa9c423bdbb77bab8eb320f360caae125e # Parent 848e92bb81cc6e0bbe7dcb144e032e0a9bca1bd6 [migration] makes Yes the default answer to replace configuration file diff -r 848e92bb81cc -r 449cc4fa9c42 toolsutils.py --- a/toolsutils.py Fri Apr 16 19:45:11 2010 +0200 +++ b/toolsutils.py Mon Apr 19 13:35:57 2010 +0200 @@ -82,7 +82,7 @@ if askconfirm: print print diffs - action = ASK.ask('Replace ?', ('N', 'y', 'q'), 'N') + action = ASK.ask('Replace ?', ('Y', 'n', 'q'), 'Y').lower() else: action = 'y' if action == 'y':