[kernel-team] 80/86: show-enabled.py: Make output easier to read.

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Dec 21 00:35:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch benh/kconfigeditor2
in repository kernel-team.

commit a25ab1a80404258a68c4272bbbb1bc3ad71359bc
Author: Bastian Blank <waldi at debian.org>
Date:   Sat Sep 21 16:24:34 2013 +0000

    show-enabled.py: Make output easier to read.
    
    svn path=/people/waldi/utils/kconfigeditor2/; revision=20655
---
 utils/kconfigeditor2/show-enabled.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/utils/kconfigeditor2/show-enabled.py b/utils/kconfigeditor2/show-enabled.py
index 08e3759..f7a3149 100755
--- a/utils/kconfigeditor2/show-enabled.py
+++ b/utils/kconfigeditor2/show-enabled.py
@@ -37,9 +37,8 @@ class Main(object):
         for name, option in sorted(options.items()):
             if len(option.values) > 1:
                 for value, filenames in option.values.items():
-                    print(value)
-                    filenames.sort()
-                    print('in', ' '.join(sorted(filenames, key=filenames_sortkey)))
+                    print(' '.join(sorted(filenames, key=filenames_sortkey)))
+                    print('  ', value)
                 print()
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/kernel-team.git



More information about the Kernel-svn-changes mailing list