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
It'd be nice to take a look at a pull request of auto-generated database files and compare what has really changed.
Sometimes diff algorithms mess things up, sometimes the auto-generated tools write things in a different order, etc, but whatrecord could do a better job of saying this record.field changed from a to b.
Maybe: whatrecord db --diff to diff two databases
Maybe also: whatrecord db --sort dbname to sort records in place
The text was updated successfully, but these errors were encountered:
Expected Behavior
It'd be nice to take a look at a pull request of auto-generated database files and compare what has really changed.
Sometimes diff algorithms mess things up, sometimes the auto-generated tools write things in a different order, etc, but whatrecord could do a better job of saying
this record.field changed from a to b
.Maybe:
whatrecord db --diff
to diff two databasesMaybe also:
whatrecord db --sort dbname
to sort records in placeThe text was updated successfully, but these errors were encountered: