Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dcf2fa9

Browse filesBrowse files
committed
merge -> rebase in experiment sync script text
1 parent bddcf10 commit dcf2fa9
Copy full SHA for dcf2fa9

1 file changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎scripts/update-experimental-branches.js‎

Copy file name to clipboardExpand all lines: scripts/update-experimental-branches.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ async function main() {
4949
owner: "Microsoft",
5050
repo: "TypeScript",
5151
issue_number: num,
52-
body: `This PR is configured as an experiment, and currently has merge conflicts with master - please rebase onto master and fix the conflicts.`
52+
body: `This PR is configured as an experiment, and currently has rebase conflicts with master - please rebase onto master and fix the conflicts.`
5353
});
54-
throw new Error(`Merge conflict detected in PR ${num} with master`);
54+
throw new Error(`Rebase conflict detected in PR ${num} with master`);
5555
}
5656
return; // A PR is currently in conflict, give up
5757
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.