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": "Sin ramas locales",
|
||||
"remoteBranches": "Ramas remotas ({count, plural, one {#} other {#}})",
|
||||
"noRemoteBranches": "Sin ramas remotas",
|
||||
"parentBranchHint": "La rama actual fue creada desde {parentBranch}. Haz clic para fusionar {parentBranch} en la rama actual.",
|
||||
"dialogs": {
|
||||
"newBranchTitle": "Nueva rama",
|
||||
"newBranchDescription": "Crear una nueva rama desde la rama actual {branch}",
|
||||
|
||||
Reference in New Issue
Block a user