Skip to content

Commit d938f23

Browse files
committed
Replace deprecated --preserve-merges with --rebase-merges
1 parent f652a9e commit d938f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homu/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ def create_merge(state, repo_cfg, branch, logger, git_cfg,
947947
' you can resolve the conflict following these steps:\n\n'
948948
'1. `git checkout {branch}` *(switch to your branch)*\n'
949949
'2. `git fetch upstream master` *(retrieve the latest master)*\n'
950-
'3. `git rebase upstream/master -p` *(rebase on top of it)*\n'
950+
'3. `git rebase upstream/master --rebase-merges` *(rebase on top of it)*\n' # noqa
951951
'4. Follow the on-screen instruction to resolve conflicts'
952952
' (check `git status` if you got lost).\n'
953953
'5. `git push self {branch} --force-with-lease` *(update this PR)*\n\n'

0 commit comments

Comments
 (0)