Only show history entry symbol in commit diffs
Review Request #7303 — Created May 15, 2015 and submitted
The history entry symbol (e.g.,
+or-) column is now only shown in
theDiffCommitIndexViewwhen there is a commit history diff to show.
This results in less whitespace on the left hand side of the table and
the diff complexity icons will align with those in the
DiffFileIndexView.
Verified the extra column is not shown when there is no commit diffing
being done, or when the two histories are identical.
- Change Summary:
-
Remove
console.logcall - Commit:
-
f84bc7e3e818e0db48dfea94fdd2cc39ecdd0015471f5ca52fb6af534e51fc5c9cfb666135184432
Tool: PEP8 Style Checker Ignored Files: reviewboard/static/rb/js/diffviewer/views/diffCommitIndexView.js Tool: Pyflakes Ignored Files: reviewboard/static/rb/js/diffviewer/views/diffCommitIndexView.js