[Question] Turn an interdiff into a change #7521
-
Say my coworker pushes change |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There might be a better way, but if A and B have the same parent, then this would work: $ jj new A
$ jj restore --from B If B's parent was rewritten, this might not be exactly right. |
Beta Was this translation helpful? Give feedback.
There might be a better way, but if A and B have the same parent, then this would work:
If B's parent was rewritten, this might not be exactly right.