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 potential problem with rendering items in graph

+1
+1
jj_tui/lib/process_wrappers.ml
··· 101 101 || uchar |> Uchar.equal rev_symbol 102 102 || uchar |> Uchar.equal elieded_symbol 103 103 || uchar |> Uchar.equal elieded_symbol_alt 104 + || uchar |> Uchar.equal (make_uchar"×") 104 105 || char == '@') 105 106 && not (line |> Base.String.is_substring ~substring:"(elided revisions)") 106 107 then raise FoundStart)