summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-01-09 14:04:49 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-01-09 14:14:47 +1100
commite5096e71abfb078ff6c974ee5b7b746e3c9aafc6 (patch)
tree8c53c09d4281f91f634f2d9afdc4da6527162bce /pkg
parentceb927fec0fe97b6430dfc3f784e2b2d646d0d2f (diff)
add integration test for discarding old files
Diffstat (limited to 'pkg')
-rw-r--r--pkg/gui/commits_panel.go1
1 files changed, 1 insertions, 0 deletions
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,