mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-19 06:35:26 +02:00
jj-absorb: clarify move semantics (#17165)
This commit is contained in:
parent
f38256b735
commit
3c24764e0b
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
# jj absorb
|
||||
|
||||
> Split changes in the source revision and move each change to the closest mutable ancestor where the corresponding lines were modified last.
|
||||
> Changes that have zero or multiple matching regions in ancestral revisions won't be moved.
|
||||
> More information: <https://jj-vcs.github.io/jj/latest/cli-reference/#jj-absorb>.
|
||||
|
||||
- Move all changes from a revision to other revisions automatically:
|
||||
- Move all eligible and unambiguous changes from a revision to other revisions automatically:
|
||||
|
||||
`jj absorb {{[-f|--from]}} {{revset}} {{[-t|--into]}} {{revsets}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue