refactor(branch-dropdown): drop worktree parent-branch merge shortcut
Remove the parent-branch button shown beside the branch selector along with its supporting API, command, service, model, and i18n strings. Add migration m20260423 to drop the now-unused folder.parent_branch column.
This commit is contained in:
@@ -1082,7 +1082,6 @@
|
||||
"noLocalBranches": "ローカルブランチはありません",
|
||||
"remoteBranches": "リモートブランチ ({count, plural, one {#} other {#}})",
|
||||
"noRemoteBranches": "リモートブランチはありません",
|
||||
"parentBranchHint": "現在のブランチは {parentBranch} から作成されました。クリックして {parentBranch} を現在のブランチにマージします。",
|
||||
"dialogs": {
|
||||
"newBranchTitle": "新規ブランチ",
|
||||
"newBranchDescription": "現在のブランチ {branch} から新しいブランチを作成",
|
||||
|
||||
Reference in New Issue
Block a user