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.

reorder extra flags so they come first, ensuring they don't get interpereted as files

+2 -2
+2 -2
jj_tui/bin/jj_process.ml
··· 284 284 "jj" 285 285 (List.concat 286 286 [ 287 - args 288 - ; [ "--no-pager" ] 287 + [ "--no-pager" ] 289 288 ; (if snapshot then [] else [ "--ignore-working-copy" ]) 290 289 ; (if color then [ "--color"; "always" ] else [ "--color"; "never" ]) 290 + ; args 291 291 ]) 292 292 with 293 293 | Picos_std_structured.Control.Terminate as e ->