Changeset 713 for trunk/lib/Node.cc
- Timestamp:
- Nov 28, 2008, 11:53:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Node.cc
r693 r713 265 265 << "</td><td>" << stats.empty(*i); 266 266 if (log.exist(*i)) { 267 Commitmentlc(log.latest_commit(*i));267 const Commitment& lc(log.latest_commit(*i)); 268 268 os << "</td>" << "<td>" << trac_revision(lc.revision()) 269 269 << "</td>" << "<td>" << Date(lc.date())(timefmt); … … 293 293 os << "<td>" << stats.comments() << "</td>\n"; 294 294 os << "<td>" << stats.empty() << "</td>\n"; 295 Commitmentlc(log.latest_commit());295 const Commitment& lc(log.latest_commit()); 296 296 os << "<td>" << trac_revision(lc.revision()) << "</td>\n"; 297 297 os << "<td>" << Date(lc.date())(timefmt)<< "</td>\n";
Note: See TracChangeset
for help on using the changeset viewer.