You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix assigning custom key to pullFiles command in the Commits panel (#4617)
- **PR Description**
Improve the dispatching of key bindings so that remapping "pullFiles" to
a different key works correctly in the Commits panel.
Fixes#4614.
RewordNotSupported: "Rewording commits while interactively rebasing is not currently supported",
1460
1461
ChangingThisActionIsNotAllowed: "Changing this kind of rebase todo entry is not allowed",
1461
1462
NotAllowedMidCherryPickOrRevert: "This action is not allowed while cherry-picking or reverting",
1463
+
PickIsOnlyAllowedDuringRebase: "This action is only allowed while rebasing",
1462
1464
DroppingMergeRequiresSingleSelection: "Dropping a merge commit requires a single selected item",
1463
1465
CherryPickCopy: "Copy (cherry-pick)",
1464
1466
CherryPickCopyTooltip: "Mark commit as copied. Then, within the local commits view, you can press `{{.paste}}` to paste (cherry-pick) the copied commit(s) into your checked out branch. At any time you can press `{{.escape}}` to cancel the selection.",
0 commit comments