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