Changeset 487 for trunk/bin


Ignore:
Timestamp:
Oct 14, 2007, 12:20:17 AM (16 years ago)
Author:
Peter Johansson
Message:

fixes #272 in trunk and also #211 - split stats class into inherited and base class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/svndigest.cc

    r452 r487  
    2424#include "Parameter.h"
    2525
     26#include "ClassicStats.h"
    2627#include "Configuration.h"
    2728#include "css.h"
     
    143144  if (option->verbose())
    144145    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()));
    147147
    148148  if (option->report()) {
Note: See TracChangeset for help on using the changeset viewer.