Revert "feat: cctuip lands in main"

See toolshed/abra#691 (comment)
This commit is contained in:
2025-10-17 19:27:23 +02:00
parent fc16a21f1c
commit 5b504a1550
8 changed files with 399 additions and 476 deletions

View File

@ -15,12 +15,7 @@ func TestIsDirty(t *testing.T) {
t.Fatal(err)
}
isDirty, err := r.IsDirty()
if err != nil {
t.Fatal(err)
}
assert.False(t, isDirty)
assert.False(t, r.Dirty)
fpath := filepath.Join(r.Dir, "foo.txt")
f, err := os.Create(fpath)