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.

use --limit instead of -l

+1 -1
+1 -1
jj_tui/bin/global_funcs.ml
··· 20 20 let res = 21 21 match 22 22 (*we snapshot here in the first request to make sure the editor is showing the latest changes*) 23 - jj_no_log_errorable ~color:false ~snapshot:true [ "op"; "log"; "-l"; "0" ] 23 + jj_no_log_errorable ~color:false ~snapshot:true [ "op"; "log"; "--limit"; "0" ] 24 24 with 25 25 | Ok _ -> 26 26 `Good