You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently for a commit with no changes from the first parent ChangeSet.__init__ does not retrieve correctly the commit metadata, because it does not find where diff begins - as there isn't one.
Additionally, for empty changes, ensure that 'diff_metadata' and 'changes' key exists, and lead to empty mapping ({}).
The text was updated successfully, but these errors were encountered:
Currently for a commit with no changes from the first parent
ChangeSet.__init__
does not retrieve correctly the commit metadata, because it does not find where diff begins - as there isn't one.Additionally, for empty changes, ensure that 'diff_metadata' and 'changes' key exists, and lead to empty mapping (
{}
).The text was updated successfully, but these errors were encountered: