public function renderValueForRevisionList(DifferentialRevision $revision)
 {
     return number_format($revision->getLineCount());
 }