Fix handling of string types for perforce changeset descriptions.
Review Request #5953 — Created June 7, 2014 and submitted — Latest diff uploaded
We get data out of p4python as
str
s, 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.