From e5096e71abfb078ff6c974ee5b7b746e3c9aafc6 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 9 Jan 2022 14:04:49 +1100 Subject: add integration test for discarding old files --- pkg/gui/commits_panel.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg') diff --git a/pkg/gui/commits_panel.go b/pkg/gui/commits_panel.go index b933dc5c8..0f63e4157 100644 --- a/pkg/gui/commits_panel.go +++ b/pkg/gui/commits_panel.go @@ -231,6 +231,7 @@ func (gui *Gui) handleRewordCommit() error { return gui.surfaceError(err) } + // TODO: use the commit message panel here return gui.prompt(promptOpts{ title: gui.Tr.LcRewordCommit, initialContent: message, -- cgit v1.2.3