Small fix for python error when diff-ing root files
Comparing branch names in diff-root had a check on "previous" entries.
For the very first entry in a file, the "previous" value was set to None, and this caused an error. Now simply return None from the problematic helper method if it is given None as input.