Author: djpig
Date: 2004-07-03 20:52:06 +0200 (Sat, 03 Jul 2004)
New Revision: 318

Modified:
   trunk/lib/Tags.pm
Log:
The previous behaviour (=< 1.23.0) was to show overridden tags in verbose
mode. Enable this again


Modified: trunk/lib/Tags.pm
===================================================================
--- trunk/lib/Tags.pm   2004-07-02 22:45:02 UTC (rev 317)
+++ trunk/lib/Tags.pm   2004-07-03 18:52:06 UTC (rev 318)
@@ -87,7 +87,7 @@
        $extra = '' if $extra eq ' ';
        my $code = $codes->{$info->{'type'}};
        if (exists $overrides{$tag} or exists $overrides{"$tag$extra"}) {
-               return unless $show_overrides;
+               return unless $show_overrides or $verbose;
                $code = 'O';
        }
 

Reply via email to