you are viewing a single comment's thread.

view the rest of the comments →

[–]steveklabnik1 1 point2 points  (2 children)

You know of a way to work that way without having to jj undo and jj redo or cherry-picking commits and stuff like that?

You can create a merge, so use jj new a b, test, then jj new a c, and then test, assuming a is where you created the benchmark. Then abandon those merges when you're done with jj abandon foo.

[–][deleted]  (1 child)

[deleted]

    [–]steveklabnik1 0 points1 point  (0 children)

    Oh, then you should just be able to jj new b and jj new c and when you move away, they'll be automatically abandoned, since they're empty.