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.

Fix typo in command from 'paralellize' to 'parallelize'

authored by

Francis Chua and committed by
GitHub
9ba57aff a56b3bfc

+1 -1
+1 -1
jj_tui/bin/graph_commands.ml
··· 362 362 (fun () -> 363 363 PromptThen 364 364 ( "list commits to parallelize" 365 - , fun x -> Cmd ([ "paralellize" ] @ (x |> String.split_on_char ' ')) )) 365 + , fun x -> Cmd ([ "parallelize" ] @ (x |> String.split_on_char ' ')) )) 366 366 } 367 367 ; { 368 368 id = "abandon"