Add a patches command
[stgit] / TODO
1 The TODO list until 1.0:
2
3 - prune command which preserves the unapplied patches as well
4 - tag (snapshot) command
5 - log command (it should also show the log per single patch)
6 - man page
7 - regression tests
8 - release 1.0
9
10
11 The future, when time allows or someone else does it:
12
13 - patch dependency tracking
14 - multiple heads in a patch - useful for forking a patch,
15 synchronising with other patches (diff format or in other
16 repositories)
17 - prune the old base of the patch if there are no references to it
18 - write bash-completion script for the StGIT commands