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
PullTooltip: "Pull changes from the remote for the current branch. If no upstream is configured, you will be prompted to configure an upstream branch.",
1125
1125
Scroll: "Scroll",
1126
1126
MergeConflictsTitle: "Merge conflicts",
1127
-
MergeConflictDescription_DD: "Conflict: this file was moved or renamed both in current and incoming, but to different destinations. I don't know which ones, but they should both show up as conflicts too (marked 'AU' and 'UA', respectively). The most likely resolution is to delete this file, and pick one of the destinations and delete the other.",
1128
-
MergeConflictDescription_AU: "Conflict: this file is the destination of a move or rename in current, but was moved or renamed to a different destination in incoming. That other destination should also show up as a conflict (marked 'UA'), as well as the file that both were renamed from (marked 'DD').",
1129
-
MergeConflictDescription_UA: "Conflict: this file is the destination of a move or rename in incoming, but was moved or renamed to a different destination in current. That other destination should also show up as a conflict (marked 'AU'), as well as the file that both were renamed from (marked 'DD').",
1130
-
MergeConflictDescription_DU: "Conflict: this file was deleted in current and modified in incoming.\n\nThe most likely resolution is to delete the file after applying the incoming modifications manually to some other place in the code.",
1131
-
MergeConflictDescription_UD: "Conflict: this file was modified in current and deleted in incoming.\n\nThe most likely resolution is to delete the file after applying the current modifications manually to some other place in the code.",
1127
+
MergeConflictDescription_DD: "Conflict: this file was moved or renamed both in the current and the incoming changes, but to different destinations. I don't know which ones, but they should both show up as conflicts too (marked 'AU' and 'UA', respectively). The most likely resolution is to delete this file, and pick one of the destinations and delete the other.",
1128
+
MergeConflictDescription_AU: "Conflict: this file is the destination of a move or rename in the current changes, but was moved or renamed to a different destination in the incoming changes. That other destination should also show up as a conflict (marked 'UA'), as well as the file that both were renamed from (marked 'DD').",
1129
+
MergeConflictDescription_UA: "Conflict: this file is the destination of a move or rename in the incoming changes, but was moved or renamed to a different destination in the current changes. That other destination should also show up as a conflict (marked 'AU'), as well as the file that both were renamed from (marked 'DD').",
1130
+
MergeConflictDescription_DU: "Conflict: this file was deleted in the current changes and modified in the incoming changes.\n\nThe most likely resolution is to delete the file after applying the incoming modifications manually to some other place in the code.",
1131
+
MergeConflictDescription_UD: "Conflict: this file was modified in the current changes and deleted in incoming changes.\n\nThe most likely resolution is to delete the file after applying the current modifications manually to some other place in the code.",
1132
1132
MergeConflictIncomingDiff: "Incoming changes:",
1133
1133
MergeConflictCurrentDiff: "Current changes:",
1134
1134
MergeConflictPressEnterToResolve: "Press %s to resolve.",
0 commit comments