Changeset 1134


Ignore:
Timestamp:
Jul 18, 2010, 8:34:51 PM (13 years ago)
Author:
Peter Johansson
Message:

refs #330. using output_blame_information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/File.cc

    r1132 r1134  
    354354    assert(os.good());
    355355    print_html_start(os, "svndigest", level_+1);
    356     print_blame(os);
     356    if (Configuration::instance().output_blame_information())
     357      print_blame(os);
    357358    print_footer(os);
    358359    os.close();
Note: See TracChangeset for help on using the changeset viewer.