Replies: 2 comments 2 replies
|
In git, when a branch is deleted, the commits reachable only from that branch become unreachable and aren't visible even with Jujutsu doesn't work that way, revisions can stay visible even without a bookmark. There are two ways relevant to this discussion that revisions become hidden:
The second rule keeps jj's view of the repo in sync with git: If commits become unreachable on the remote because the branch was deleted, you probably want them gone locally as well. But, you can see the commits in the branch ending in
|
|
Thanks for the explanation! I tried running With the number after Will investigate a bit but mentioning incase you've seen this before. |

In git, when a branch is deleted, the commits reachable only from that branch become unreachable and aren't visible even with
git log --all.Jujutsu doesn't work that way, revisions can stay visible even without a bookmark. There are two ways relevant to this discussion that revisions become hidden:
jj abandonThe second rule keeps jj's view of the repo in sync with git: If commits become unreachable on the remote because the branch was deleted, you probably want them gone locally as well.
But, you can see the commits in the branch ending in
tqsztpyono longer h…