eugene trace using the tempserver needs "all the changesets" to work, but the user is probably only interested in seeing the output from the changesets that haven't been applied in their database yet. We need a way to filter for only the "new stuff". Here are some ideas:
Make the user tell us which changesets to output
git diff --name-only main or some variant of that (probably activated by some flag)
eugene trace
using the tempserver needs "all the changesets" to work, but the user is probably only interested in seeing the output from the changesets that haven't been applied in their database yet. We need a way to filter for only the "new stuff". Here are some ideas:git diff --name-only main
or some variant of that (probably activated by some flag)