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.

+1 -1
+1 -1
jj_tui/bin/global_funcs.ml
··· 48 48 (* TODO: stop using dop last twice *) 49 49 Show_view.reRender (); 50 50 let files_list = Flock.fork_as_promise (fun _ -> list_files ~rev ()) in 51 + Vars.ui_state.jj_branches $= branches; 51 52 (*wait for all our tasks*) 52 53 let files_list = Promise.await files_list in 53 54 (*now we can assign our results*) 54 55 (* Vars.ui_state.jj_show $= log_res; *) 55 - Vars.ui_state.jj_branches $= branches; 56 56 Vars.ui_state.jj_change_files $= files_list) 57 57 ;;