Update the TODO file
[stgit] / TODO
1 The TODO list for the short term:
2
3 - tag (snapshot) command
4 - log command (it should also show the log per single patch)
5 - clone command
6 - import command to import a series of patches or a single patch or a
7 patch from a different branch in the same tree
8 - better help for commands
9 - tutorial
10 - bug reporting tool
11
12
13 Other things after the list above is completed:
14
15 - fold command (to merge 2 patches into one)
16 - regression tests
17 - release 1.0
18
19
20 The future, when time allows or someone else does it:
21
22 - patches command to show the patches modifying a file
23 - patch dependency tracking
24 - multiple heads in a patch - useful for forking a patch,
25 synchronising with other patches (diff format or in other
26 repositories)
27 - remove the old base of the patch if there are no references to it
28 - write bash-completion script for the StGIT commands