Skip to content

Commit dcf2fa9

Browse files
committed
merge -> rebase in experiment sync script text
1 parent bddcf10 commit dcf2fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/update-experimental-branches.js

Lines 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)