Changeset 486 for branches/0.6-stable/bin
- Timestamp:
- Oct 14, 2007, 12:10:33 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.6-stable/bin/svndigest.cc
r430 r486 143 143 if (option->verbose()) 144 144 std::cout << "Parsing directory tree" << std::endl; 145 Stats stats(option->root()); 146 stats+=tree->parse(option->verbose()); 145 Stats stats(tree->parse(option->verbose())); 147 146 148 147 // remove target if needed
Note: See TracChangeset
for help on using the changeset viewer.