feature: changes the log message
This commit is contained in:
parent
89d2a6aa05
commit
bc4d85fcdb
1 changed files with 1 additions and 1 deletions
|
|
@ -813,7 +813,7 @@ class MercurialRepository(BaseRepository):
|
|||
squash_commits=False,
|
||||
):
|
||||
if squash_commits:
|
||||
strategy = "squash and merge"
|
||||
strategy = "rebase and collapse"
|
||||
elif use_rebase:
|
||||
strategy = "rebase"
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue