• 
      

    Add javascript models for Repository, Branch, and Commit.

    Review Request #4266 — Created June 26, 2013 and submitted — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    Add javascript models for Repository, Branch, and Commit.
    
    This change adds models and collections for repositories, branches, and commits,
    along with basic tests for the fetching and parsing logic. This implements the
    client side of the new commits and branches resources.
    
    Ran unit tests. Used these models in my larger post-commit changes.