me writes: > I'd leave out all the 'promotions validated' and 'auto-generated rules'.
Kevin writes:
> I might get around to that but it's pretty low priority for a Changes
> file. Do you have an automated command that could do that so we can
> update the build/README file for the "Create the Changes" file?
$ svn log | perl -ne '
BEGIN{$/=("-"x72)."\n"}
chomp; @ln=split/^/;
next if @ln==3 &&
$ln[2]=~/^\s*(promotions validated|auto-generated rules|)\s*$/;
print "@ln$/"' >0.log
Mark
