mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Replace PushContext() with Context().Push()
This commit is contained in:
@ -220,7 +220,7 @@ func (self *CustomPatchOptionsMenuAction) handlePullPatchIntoNewCommit() error {
|
||||
if err := self.c.Helpers().MergeAndRebase.CheckMergeOrRebase(err); err != nil {
|
||||
return err
|
||||
}
|
||||
return self.c.PushContext(self.c.Contexts().LocalCommits)
|
||||
return self.c.Context().Push(self.c.Contexts().LocalCommits)
|
||||
})
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user