Changeset 1134
- Timestamp:
- Jul 18, 2010, 8:34:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/File.cc
r1132 r1134 354 354 assert(os.good()); 355 355 print_html_start(os, "svndigest", level_+1); 356 print_blame(os); 356 if (Configuration::instance().output_blame_information()) 357 print_blame(os); 357 358 print_footer(os); 358 359 os.close();
Note: See TracChangeset
for help on using the changeset viewer.