Scott Taylor
Scott Taylor
@arxanas Thanks for the interesting questions! > Did the term `noeol` come directly from Git? Do a lot of users already know what it means? I think I've seen it...
I created a separate issue for this discussion since it has evolved beyond the original scope of this issue: #5496
I'm not sure if you're already aware of this or if it would be helpful, but if you want to prevent accidentally rewriting commits in a bookmark, you could add...
> Emily on Discord pointed out that keeping the working copy at the parent commit would lead to change in the working copy _tree_. So, perhaps we finally have a...
> > So taking the case of N=2, it makes sense that all of the properties would remain on the last commit in this case as well. > > So,...
One solution to this that I've been thinking about is having the flag change the default destination. Basically there would be two modes: 1. The default mode is "move selected...
I think @yuja's `first_ancestors(heads)` is the best option to implement, because I believe all of the other discussed options can be defined as aliases using `first_ancestors(heads)` as well: * `first_parents(domain)`...
> Is this revset useful for anything outside of `log` context? _(I don't actually understand what it returns or why you would want it.)_ If it is only `log`, maybe...
When #6162 is merged and the change ID is preserved in many cases, maybe we could use the change IDs to skip duplicate commits without needing to compute patch IDs...