aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Marinas <catalin.marinas@gmail.com>2012-02-15 12:25:09 +0000
committerCatalin Marinas <catalin.marinas@gmail.com>2012-02-15 12:25:09 +0000
commitc6d48857174bf7a4a84166d07dd231e591d935ad (patch)
treeb81cec5bbe331b5d1748c2a3a951930cfb422cdd
parent0d85bab3926f6c852d9caca0dfc8ca71d237df71 (diff)
downloadstgit-c6d48857174bf7a4a84166d07dd231e591d935ad.tar.gz
Update the TODO file
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
-rw-r--r--TODO37
1 files changed, 23 insertions, 14 deletions
diff --git a/TODO b/TODO
index 5d934dc..1a2bf83 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,24 @@
The TODO list before 1.0:
-- more regression tests
-
-- Convert the remaining commands to the new infrastructure.
+- Convert the remaining commands to the new infrastructure. Commands
+ not converted yet:
+ branch
+ patches
+ pull
+ rebase
+ repair
+ unhide
+ files
+ fold
+ import
+ mail
+ pick
+ rename
+ show
+ sync
+ diff
+
+- More regression tests
- Go through the design of the UI and make sure there's nothing hard
to change in there that we'll regret later.
@@ -12,20 +28,13 @@ The TODO list before 1.0:
- Make sure the rest of the documentation is in good shape.
-- use a separate index for some commands (refresh, fold etc.) so that
- files already added/removed are not automatically checked in
-
- + This is easily done with the new infrastructure. refresh now
- uses a separate index when appropriate. fold has not yet been
- converted.
-
-- release 1.0
+- Release 1.0
The future, when time allows or if someone else does them:
-- patch dependency tracking
-- multiple heads in a patch - useful for forking a patch,
+- Patch dependency tracking
+- Multiple heads in a patch - useful for forking a patch,
synchronising with other patches (diff format or in other
repositories)
-- numeric shortcuts for naming patches near top (eg. +1, -2)
+- Numeric shortcuts for naming patches near top (eg. +1, -2)