Ticket #6: packages.diff
| File packages.diff, 431 bytes (added by mschwendt, 3 years ago) |
|---|
-
packages.py
old new 928 928 return "" 929 929 msg = "\n" 930 930 clog_count = 0 931 for (ts, author, content) in reversed(sorted(self.changelog)):931 for (ts, author, content) in self.changelog: 932 932 if clog_limit and clog_count >= clog_limit: 933 933 break 934 934 clog_count += 1

