Skip to content

Commit

Permalink
Replace deprecated --preserve-merges with --rebase-merges
Browse files Browse the repository at this point in the history
  • Loading branch information
choznerol committed Jun 16, 2024
1 parent f652a9e commit 527c8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homu/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ def create_merge(state, repo_cfg, branch, logger, git_cfg,
' you can resolve the conflict following these steps:\n\n'
'1. `git checkout {branch}` *(switch to your branch)*\n'
'2. `git fetch upstream master` *(retrieve the latest master)*\n'
'3. `git rebase upstream/master -p` *(rebase on top of it)*\n'
'3. `git rebase upstream/master --rebase-merges` *(rebase on top of it)*\n'
'4. Follow the on-screen instruction to resolve conflicts'
' (check `git status` if you got lost).\n'
'5. `git push self {branch} --force-with-lease` *(update this PR)*\n\n'
Expand Down

0 comments on commit 527c8a5

Please sign in to comment.