- Timestamp:
- Oct 14, 2007, 12:20:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/svndigest.cc
r452 r487 24 24 #include "Parameter.h" 25 25 26 #include "ClassicStats.h" 26 27 #include "Configuration.h" 27 28 #include "css.h" … … 143 144 if (option->verbose()) 144 145 std::cout << "Parsing directory tree" << std::endl; 145 Stats stats(option->root()); 146 stats+=tree->parse(option->verbose()); 146 ClassicStats stats(tree->parse(option->verbose())); 147 147 148 148 if (option->report()) {
Note: See TracChangeset
for help on using the changeset viewer.