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": "Aucune branche locale",
|
||||
"remoteBranches": "Branches distantes ({count, plural, one {#} other {#}})",
|
||||
"noRemoteBranches": "Aucune branche distante",
|
||||
"parentBranchHint": "La branche actuelle a été créée depuis {parentBranch}. Cliquez pour fusionner {parentBranch} dans la branche actuelle.",
|
||||
"dialogs": {
|
||||
"newBranchTitle": "Nouvelle branche",
|
||||
"newBranchDescription": "Créer une nouvelle branche depuis la branche actuelle {branch}",
|
||||
|
||||
Reference in New Issue
Block a user