From cccca42d0470d9a2a972e8130418d82e97aa89b9 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 24 Oct 2009 06:55:34 +0000 Subject: Bug #134466 - Add a --ask-enter-invalid option. When used together with the --ask option, interpret a single "Enter" key press as invalid input. This helps prevent accidental acceptance of the first choice. svn path=/main/trunk/; revision=14710 --- pym/_emerge/main.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pym/_emerge/main.py') diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py index b00c8fb17..a20a5e7b7 100644 --- a/pym/_emerge/main.py +++ b/pym/_emerge/main.py @@ -49,6 +49,7 @@ if sys.hexversion >= 0x3000000: options=[ "--ask", "--alphabetical", +"--ask-enter-invalid", "--buildpkg", "--buildpkgonly", "--changed-use", "--changelog", "--columns", -- cgit v1.2.3-1-g7c22