Remove unneeded imports
[stgit.git] / TODO
blob1a2bf8317bfd17030801f25a4dbf4d4f863e3baa
1 The TODO list before 1.0:
3 - Convert the remaining commands to the new infrastructure. Commands
4   not converted yet:
5     branch
6     patches
7     pull
8     rebase
9     repair
10     unhide
11     files
12     fold
13     import
14     mail
15     pick
16     rename
17     show
18     sync
19     diff
21 - More regression tests
23 - Go through the design of the UI and make sure there's nothing hard
24   to change in there that we'll regret later.
26 - Write a user guide. I'm thinking a document on the order of 10-30
27   pages that'll explain why one would want to use StGit, and how.
29 - Make sure the rest of the documentation is in good shape.
31 - Release 1.0
34 The future, when time allows or if someone else does them:
36 - Patch dependency tracking
37 - Multiple heads in a patch - useful for forking a patch,
38   synchronising with other patches (diff format or in other
39   repositories)
40 - Numeric shortcuts for naming patches near top (eg. +1, -2)