Changeset 1133 for trunk/lib/Configuration.cc
- Timestamp:
- Jul 18, 2010, 8:30:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Configuration.cc
r1098 r1133 484 484 image_format_ = "png"; 485 485 image_anchor_format_ = "png"; 486 output_blame_information_ = true; 487 } 488 489 490 bool Configuration::output_blame_information(void) const 491 { 492 return output_blame_information_; 486 493 } 487 494
Note: See TracChangeset
for help on using the changeset viewer.