Joy Reynolds

Results 369 comments of Joy Reynolds

> I'm not particularly sure what to test, any suggestions on test cases to add? Maybe some common operations like squash, rebase, git fetch and push? I think you need...

Would this have any impact on #3428 (`op log` waypoints)?

I sort of like Ilya's plan, but not this part > When the current operation is an undo, I'd forbid `jj undo` entirely (this is somewhat tangential to the rest...

This could be used in place of what I was asking for in #101, perhaps.

Did you mistype something? > Currently, we prefer to emit a diff for the first side when possible. > I think it would make more sense to prefer emitting snapshots...

> If there are multiple commits with the same change ID and I want to keep both versions of them for some reason, it can be difficult to resolve the...

This sounds to me like micromanaging the VCS tool. Instead, the scenarios where a change ID is needed should be evaluated to find a way for the tool to handle...

> I'm interested in versioned files that contain something in a given revision. So does the `regex` in revsets not produce what you need? See [String patterns](https://jj-vcs.github.io/jj/latest/revsets/#string-patterns).

> I want to search for a string/pattern/regex inside all the versioned files of one revision I have never used `git grep`, but what is the output you expect to...

How do the existing `jj run` and `jj util exec` fit in with this?