use context-only diffs rather than full diffs when diff is v long.
hjwp opened this issue · 0 comments
hjwp commented
found myself dealing with diffs hundreds of lines long over the last few days and it's really annoying. icdiff has a context=True
option in make_table()
which we could use.
i hacked it in locallly, just need to write tests and get it in...