- Timestamp:
- Dec 26, 2007, 3:07:46 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/svndigest.cc
r532 r533 174 174 print_main_page(tree->name(), tree->log(), classic, tree->url()); 175 175 // 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); 177 179 try { 178 180 tree->print(option->verbose());
Note: See TracChangeset
for help on using the changeset viewer.