Add line counting to DiffCommits
Review Request #6934 — Created Feb. 11, 2015 and submitted — Latest diff uploaded
The line counting functionality in the
DiffSetmodel has been
refactored into a mixin. This helper function is now used to calculate
the line counts in theDiffCommitmodel as well.
Ran unit tests.