The output of Repository.diff is sometimes called called diff, sometimes changes. This gets confusing, because Repository also has a method called changes, whose output gets called changes.
So I have renamed the output of Repository.diff from changes to diff.
The output of
Repository.diff
is sometimes called calleddiff
, sometimeschanges
. This gets confusing, becauseRepository
also has a method calledchanges
, whose output gets calledchanges
.So I have renamed the output of
Repository.diff
fromchanges
todiff
.