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 wording

+8 -2
+2 -2
jj_tui/bin/file_commands.ml
··· 102 102 } 103 103 ; { 104 104 id = "absorb" 105 - ; description = "Move changes from this revision to the nearest parent that modified the same linesq" 105 + ; description = "Move changes from this revision to the nearest parent that modified the same lines" 106 106 ; sorting_key = 5.0 107 107 ; make_cmd = 108 108 (fun () -> ··· 118 118 } 119 119 ; { 120 120 id = "absorb-into" 121 - ; description = "Absorb changes from index to working copy" 121 + ; description = "Absorb into a specific revision" 122 122 ; sorting_key = 5.0 123 123 ; make_cmd = 124 124 (fun () ->
+6
todo.md
··· 37 37 - Nottui will reprocess the node before rendering if it's already invalid 38 38 - Lwd has oninvalidate but it runs event lwd.set that is being delayed because we are during recomputation. 39 39 I want to capture all invalidation between the last call to stabalize in nottui and the next event whether that be a invalidation event or a keypress 40 + 41 + 42 + 43 + 44 + # Small screen mode: 45 + mode that only shows the graph or diff for small screens