Fix handling of string types for perforce changeset descriptions.

Review Request #5953 — Created June 7, 2014 and submitted

Information

Review Board
release-2.0.x
19c4e7b...

Reviewers

We get data out of p4python as strs, but we weren't treating them as such.
This change adds some logic to decode changesets before processing them, which
should improve the situation.

Ran unit tests.

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

  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (5408b54)
Loading...