Commit 073e575f1b7f693fbff2009dc41b5f79d0a71d56

Stefan Sperling 2019-07-28T12:16:53

add a TODO item for histedit

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/TODO b/TODO
index 7aaa8ea..ae70add 100644
--- a/TODO
+++ b/TODO
@@ -10,6 +10,9 @@ lib:
 - improve performance of usr.bin/diff and port these changes back to got
   (e.g. diffing between versions of sys/dev/pci/pcidevs is too slow)
 
+got:
+- 'histedit -c' prompts for log message even if there are no changes to commit
+
 tog:
 - implement horizonal scrolling in all views
 - implement horizonal split view mode