Commit graph

6 commits

Author SHA1 Message Date
057686a6b9
Fix changes sometimes disappearing entirely
```git-check-assertions
run test/mechanicaldiff.bats
assert_success

git checkout HEAD~ bin
run test/mechanicaldiff.bats
assert_failure
assert_output --partial "not ok 9 keeps matching change with an extra removed line"
assert_output --partial "not ok 10 keeps matching change with an extra added line"
```
2026-03-06 17:30:41 +01:00
c55e0276a6
mechanicaldiff.py -> mechanicaldiff 2026-03-06 05:28:19 +01:00
56d1f03c83
Remove unused dependency on bats-file 2026-03-05 20:17:46 +01:00
ceac602325
Rewrite the tests to use a real diff 2026-03-05 19:50:57 +01:00
d3b3862040
Add devshell and initial bats tests 2026-03-05 19:36:24 +01:00
4234866a38
Add boilerplate 2026-03-05 17:26:52 +01:00