Changeset 533 for trunk/bin


Ignore:
Timestamp:
Dec 26, 2007, 3:07:46 AM (16 years ago)
Author:
Peter Johansson
Message:

Adding a BlameStats to the StatsCollection?. Though BlameStats is not yet implemented but goes as a dummie (read ClassicStats?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/svndigest.cc

    r532 r533  
    174174    print_main_page(tree->name(), tree->log(), classic, tree->url());
    175175    // create structure StatsType/Author/LineType
    176     create_file_struct("classic/", classic);
     176    for (std::map<std::string, Stats*>::const_iterator i(stats.stats().begin());
     177         i!=stats.stats().end(); ++i)
     178      create_file_struct(i->first+std::string("/"), *i->second);
    177179    try {
    178180      tree->print(option->verbose());
Note: See TracChangeset for help on using the changeset viewer.