koordinates / kart-qgis-plugin

A QGIS integration plugin for Kart repositories. Distributed version-control for geospatial and tabular data.
https://kartproject.org
GNU General Public License v2.0
37 stars 16 forks source link

Renaming `changes` to `diff` for consistency #71

Closed benpearman closed 2 years ago

benpearman commented 2 years ago

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.