Improve debuggability of some scmtools.core classes.

Review Request #5977 — Created June 11, 2014 and submitted

Information

Review Board
release-2.0.x
8ff4541...

Reviewers

This adds __repr__ methods to Branch and Commit, making it easier to
debug the output from different methods.

It also changes ChangeSet to be a new-style class, since I was there
anyway.

Been using the debug output for debug purposes.

reviewbot
  1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
        reviewboard/scmtools/core.py
      Ignored Files:
    
    
  2. 
      
reviewbot
  1. This is a review from Review Bot.
      Tool: Pyflakes
      Processed Files:
        reviewboard/scmtools/core.py
      Ignored Files:
    
    
  2. 
      
david
  1. Ship It!

  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (5a26ac8)
Loading...