Opened 15 years ago
Closed 14 years ago
#360 closed defect (fixed)
use Node::log for main_page
Reported by: | Peter Johansson | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | minor | Milestone: | svndigest 0.7 |
Component: | core | Version: | 0.6.6 |
Keywords: | Cc: |
Description
In the output for baseplugins we can see largest Revision: 841 and Revision Count: 842. This is perhaps OK because we count revision 0. However, the tree are full of branches and tags that have property svndigest:ignore, which make svndigest ignore these dirs for most stats, but not for the main page. For the revision count, for example, we should not count changesets that occurs entirely in an ignored branch. Similarly, the Recent Log should only reflect nodes that are not ignored.
The recipe to accomplish this is to use Node::log instead of creating an SVNlog ourselves.
Note: See
TracTickets for help on using
tickets.
(In [749]) fixes #360