X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=configs%2Fkompare;h=3d642a2b105218d761a07dd3027eb21f59754d16;hb=1bb1c71785da5d4c8a916d87ab68bc48e5103bd3;hp=8fff7f82aa8fb038165675126340aa8b723e227a;hpb=f2725867ac011b2c9c18dd71fb8ad53062022442;p=linux-2.6.git diff --git a/configs/kompare b/configs/kompare index 8fff7f82a..3d642a2b1 100755 --- a/configs/kompare +++ b/configs/kompare @@ -5,11 +5,10 @@ # Marc E. Fiuczynski # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: kompare,v 1.2 2006/11/30 17:07:03 mef Exp $ +# $Id: kompare,v 1.3 2006/11/30 23:02:35 mef Exp $ # import sys, re, os -import kread def process(file): ORDER = [] @@ -74,9 +73,6 @@ for key in keys: n = new[key] if n==o and not showall: continue print "%6s -> %6s : %s" % (newstate.get(o,o),newstate.get(n,n),key) - if not showall: continue - helptxt=kread.gethelp(key) - if helptxt<>'':print helptxt # not sure we care about what options have been removed # from from.config file