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": "Sem branches locais",
|
||||
"remoteBranches": "Branches remotas ({count, plural, one {#} other {#}})",
|
||||
"noRemoteBranches": "Sem branches remotas",
|
||||
"parentBranchHint": "A branch atual foi criada a partir de {parentBranch}. Clique para mesclar {parentBranch} na branch atual.",
|
||||
"dialogs": {
|
||||
"newBranchTitle": "Nova branch",
|
||||
"newBranchDescription": "Criar uma nova branch a partir da branch atual {branch}",
|
||||
|
||||
Reference in New Issue
Block a user