File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 256
256
(" n" " Next" smerge-next)
257
257
(" p" " Previous" smerge-prev)]
258
258
[" Keep"
259
- (" u " " Your changes (on current branch) (upper)" smerge-keep-mine )
260
- (" l " " Their changes (from incoming branch ) (lower )" smerge-keep-other )
261
- (" b " " Common ancestor (last shared commit ) (base )" smerge-keep-base )
259
+ (" k " " Your changes (on current branch) (upper)" smerge-keep-upper )
260
+ (" h " " Common ancestor (last shared commit ) (base )" smerge-keep-base )
261
+ (" j " " Their changes (from incoming branch ) (lower )" smerge-keep-lower )
262
262
(" a" " All versions combined" smerge-keep-all)
263
263
(" RET" " Version at cursor position" smerge-keep-current)]
264
264
[" Compare"
Original file line number Diff line number Diff line change @@ -471,9 +471,9 @@ A transient menu for resolving Git conflicts using =smerge-mode=. See also [[htt
471
471
("n" "Next" smerge-next)
472
472
("p" "Previous" smerge-prev)]
473
473
["Keep"
474
- ("u " "Your changes (on current branch) (upper)" smerge-keep-mine )
475
- ("l " "Their changes (from incoming branch ) (lower )" smerge-keep-other )
476
- ("b " "Common ancestor (last shared commit ) (base )" smerge-keep-base )
474
+ ("k " "Your changes (on current branch) (upper)" smerge-keep-upper )
475
+ ("h " "Common ancestor (last shared commit ) (base )" smerge-keep-base )
476
+ ("j " "Their changes (from incoming branch ) (lower )" smerge-keep-lower )
477
477
("a" "All versions combined" smerge-keep-all)
478
478
("RET" "Version at cursor position" smerge-keep-current)]
479
479
["Compare"
You can’t perform that action at this time.
0 commit comments