terminal user interface to jujutsu. Focused on speed and clarity
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

ensure commit actually puts the rev in the right place

+1 -1
+1 -1
jj_tui/bin/file_commands.ml
··· 90 90 let rev = Vars.get_hovered_rev () in 91 91 jj 92 92 (Jj_cli.with_files 93 - [ "split"; "-r"; rev; "-m"; message; "--insert-before"; "@" ] 93 + [ "split"; "-r"; rev; "-m"; message; "--insert-before"; rev ] 94 94 (Lwd.peek active_files)) 95 95 |> ignore) )) 96 96 }