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