[Jifty-commit] r4237 - in jifty/trunk: bin

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Oct 11 16:18:33 EDT 2007


Author: falcone
Date: Thu Oct 11 16:18:32 2007
New Revision: 4237

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/bin/generate-changelog

Log:
 r25369 at ketch:  falcone | 2007-10-11 16:18:00 -0400
 * use existing t-discard tag
 * don't autoskip things, just group them together and you can
   delete them 


Modified: jifty/trunk/bin/generate-changelog
==============================================================================
--- jifty/trunk/bin/generate-changelog	(original)
+++ jifty/trunk/bin/generate-changelog	Thu Oct 11 16:18:32 2007
@@ -70,7 +70,6 @@
     open (my $fh, ">$dest") or die "Can't open $dest for writing";
 
     foreach my $key ( keys %entries) {
-        next if $key eq 'exclude';
     my $title = $key;
     $title =~ s/^\w\-//;
         print $fh uc($key)."\n";
@@ -138,7 +137,7 @@
     } elsif ($command eq 'quit') {
         do_quit();
     } elsif ($command eq 'exclude') {
-        $entry->{section} = 'exclude';
+        $entry->{section} = 't-discard';
     }
 
     }


More information about the Jifty-commit mailing list