Update the TODO file
[stgit] / TODO
diff --git a/TODO b/TODO
index bee2699..e5affe0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,20 +1,19 @@
 The TODO list until 1.0:
 
-- patch revisions support
-- make StGIT repositories safe against the 'git prune' command
+- patch revisions support (including a log command)
 - better handling of file renaming
 - use same configuration file as GIT
-- log command (it should also show the log per single patch)
+- debian package support
 - man page
+- code execution allowed from templates
 - regression tests
 - release 1.0
 
 
-The future, when time allows or someone else does it:
+The future, when time allows or if someone else does it:
 
 - patch dependency tracking
 - multiple heads in a patch - useful for forking a patch,
   synchronising with other patches (diff format or in other
   repositories)
-- prune the old base of the patch if there are no references to it
 - write bash-completion script for the StGIT commands