Kyle J Strand
Kyle J Strand
I think I've resolved all open questions and concerns. Is there anything else needed from me at the moment?
@nbdd0121 Done!
@tmandry two changes since your review: * I added the new ABIs to `items/external-blocks` * I added that catching an exception or unwind from the "wrong" language is UB
@tmandry @ehuss can this be merged, since the partial stabilization was a while ago now?
It looks like 0.82.0 has completely different behavior with globbing now; it's entirely suppressed by either single or double quotes.
I'm a bit confused by the above conversation about `main` and `master`; does it predate the existence of the `trunk()` alias? Doesn't the `trunk()` alias pretty much resolve the question...
Separately: I think in general, if I have to manually `--advance-branches`, I'd want the ability to go back more than one commit. I.e. if I use `jj new` or `jj...
I have been thinking about this, and if we can agree on the design, would like to help implement it. I have a few observations and questions, plus a possible...
@ilyagar I'm not sure what you mean by this: > We could support a syntax along the lines of `jj branch s topo:ancestor`, which would find the closest ancestor commit...
@joyously In git and jj, branches are indeed essentially tags. But they can still be useful locally without pushing them, so this should not be part of `push`.