public override Changelog DivergentChangelog(Commit other) { if (commit == null) { Load(); } return(commit.DivergentChangelog(other)); }