Replies: 2 comments
|
Please note that I am trying to create divergence on purpose. My goal is to use |
|
This discussion started in https://discord.com/channels/968932220549103686/969291218347524238/1535006240525123666. BTW, I think the interesting behavior can be seen in a much much much simpler reproducer than what I wrote in the description (but I did not want to loose that). Essentially the "surprising" (to me) behavior is that --at-operation implies |
Uh oh!
There was an error while loading. Please reload this page.
I am trying to write some CLI tests that simulate concurrent jj invocations, using --no-integrate-operations and --at-op. I am having problems simulating file writes. It is as if the writes do not make it to the commits. I must be missing something very basic here. Below is a reproducer for the "issue" on the command-line. Notice how I write
resolvedtofile, but the write appears to not make it to commitc3ff6ce6176163:All reactions