Showing with 0 additions and 3 deletions.
  1. +0 −3 changed.d
3 changes: 0 additions & 3 deletions changed.d
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,12 @@ string getChangeLog(string revRange)
if (auto bugs = bugtype in *comp)
{
result ~= format("$(BUGSTITLE %s %s,\n\n", component, bugtype);

result ~= "$(P\n";
foreach (bug; sort!"a.id < b.id"(*bugs))
{
result ~= format("$(LI $(BUGZILLA %s): %s)\n",
bug.id, bug.summary.escapeParens());
}
result ~= ")\n";
result ~= ")\n";
}
}

Expand Down