- Timestamp:
- Apr 21, 2007, 3:39:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/svndigest.cc
r234 r235 159 159 +tree.name()+"'"); 160 160 print_css("svndigest.css"); 161 print_main_page(tree.name(), svnlog, stats); 161 SVNlog local_log(option->root()); 162 print_main_page(tree.name(), local_log, stats); 162 163 mkdir("all"); 164 mkdir("images"); 163 165 for (std::set<std::string>::const_iterator i = stats.authors().begin(); 164 166 i!=stats.authors().end(); ++i) {
Note: See TracChangeset
for help on using the changeset viewer.