Options (5)
-r, --revisionbooleanSplit the given revision into two interactively, putting the second revision on top of it
jj split {{[-r|--revision]}} {{revision}}-d, --destinationbooleanSplit the given revision, putting the second revision on top of given destination(s)
jj split {{[-r|--revision]}} {{revision}} {{[-d|--destination]}} {{revset}}-B, --insert-beforebooleanSplit the given revision, putting the second revision before and/or after other revision(s)
jj split {{[-r|--revision]}} {{revision}} {{[-B|--insert-before]}} {{revset}} {{[-A|--insert-after]}} {{revset}}-A, --insert-afterbooleanSplit the given revision, putting the second revision before and/or after other revision(s)
jj split {{[-r|--revision]}} {{revision}} {{[-B|--insert-before]}} {{revset}} {{[-A|--insert-after]}} {{revset}}-p, --parallelbooleanSplit the given revision into two parallel revisions
jj split {{[-r|--revision]}} {{revision}} {{[-p|--parallel]}}Examples (5)
Split the given revision into two interactively, putting the second revision on top of it
jj split [-r|--revision] revisionSplit out matching files from the given revision
jj split [-r|--revision] revision filesetSplit the given revision, putting the second revision on top of given destination(s)
jj split [-r|--revision] revision [-d|--destination] revsetSplit the given revision, putting the second revision before and/or after other revision(s)
jj split [-r|--revision] revision [-B|--insert-before] revset [-A|--insert-after] revsetSplit the given revision into two parallel revisions
jj split [-r|--revision] revision [-p|--parallel]