mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Add section headers for rebase todos, cherry-picks, reverts, and actual commits
This commit is contained in:
@ -34,8 +34,10 @@ var AmendCommitWithConflict = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
t.Common().AcknowledgeConflicts()
|
||||
}).
|
||||
Lines(
|
||||
Contains("--- Pending rebase todos ---"),
|
||||
Contains("pick").Contains("three"),
|
||||
Contains("fixup").Contains("<-- CONFLICT --- fixup! two"),
|
||||
Contains("--- Commits ---"),
|
||||
Contains("two"),
|
||||
Contains("one"),
|
||||
)
|
||||
@ -66,7 +68,9 @@ var AmendCommitWithConflict = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
|
||||
t.Views().Commits().
|
||||
Lines(
|
||||
Contains("--- Pending rebase todos ---"),
|
||||
Contains("<-- CONFLICT --- three"),
|
||||
Contains("--- Commits ---"),
|
||||
Contains("two"),
|
||||
Contains("one"),
|
||||
)
|
||||
|
Reference in New Issue
Block a user