From 6d20f548a2a878f90a588812ccd343900d62d21d Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Mon, 12 Sep 2022 00:25:32 -0700 Subject: [PATCH] Reword comment & fix typo --- common/lib/dependabot/pull_request_updater/azure.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/dependabot/pull_request_updater/azure.rb b/common/lib/dependabot/pull_request_updater/azure.rb index 2e5d086f044..b3ecfdc9fd1 100644 --- a/common/lib/dependabot/pull_request_updater/azure.rb +++ b/common/lib/dependabot/pull_request_updater/azure.rb @@ -53,7 +53,7 @@ def source_branch_exists? end # Currently the PR diff in ADO shows difference in commits instead of actual diff in files. - # This workaround is done to get the target branch commit history on the source branch alongwith file changes + # This workaround puts the target branch commit history on the source branch along with the file changes. def update_source_branch # 1) Push the file changes to a newly created temporary branch (from base commit) new_commit = create_temp_branch