Serialize commit ID to the DiffCommit js model

Review Request #7319 — Created May 20, 2015 and submitted

Information

Review Board
dvcs
3b72076...

Reviewers

The DiffViewerView previously did not serialize the commit IDs of the
commits it was sending. This has been rectified so that the commit ID
attribute can be read from JavaScript. The commitId attribute has
also been renamed to commitID.

Verified the commitID attribute is accessible from the DiffCommit
model.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/diffviewer/views.py
    
    Ignored Files:
        reviewboard/static/rb/js/diffviewer/models/diffCommitModel.js
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/diffviewer/views.py
    
    Ignored Files:
        reviewboard/static/rb/js/diffviewer/models/diffCommitModel.js
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
brennie
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to dvcs (50c4ddd)
Loading...