mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
Mention which command is continued in PromptToContinueRebase
When you are in the middle of a rebase, and you cherry-pick a commit which conflicts, it helps to be clear on whether you are prompted to continue the cherry-pick or the rebase.
This commit is contained in:
@ -74,7 +74,7 @@ var PullRebaseInteractiveConflict = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
SelectNextItem().
|
||||
PressPrimaryAction() // choose 'content4'
|
||||
|
||||
t.Common().ContinueOnConflictsResolved()
|
||||
t.Common().ContinueOnConflictsResolved("rebase")
|
||||
|
||||
t.Views().Status().Content(Equals("↑2 repo → master"))
|
||||
|
||||
|
Reference in New Issue
Block a user