Improve debuggability of some scmtools.core classes.
Review Request #5977 — Created June 11, 2014 and submitted — Latest diff uploaded
This adds
__repr__
methods toBranch
andCommit
, 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.