Fix the exception class name in export.py
[stgit/ydirson.git] / TODO
blob55841b1989d0e5d3f55420ea4245806cdfca7896
1 The TODO list for the short term:
3 - tag (snapshot) command
4 - pull command (no longer rely on cogito or plain git)
5 - log command (it should also show the log per single patch)
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 - bug reporting tool
12 Other things after the list above is completed:
14 - fold command (to merge 2 patches into one)
15 - automatic e-mail sending with the patches
16 - release 1.0
19 The future, when time allows or someone else does it:
21 - patches command to show the patches modifying a file
22 - patch dependency tracking
23 - multiple heads in a patch - useful for forking a patch,
24   synchronising with other patches (diff format or in other
25   repositories)
26 - remove the old base of the patch if there are no references to it
27 - write bash-completion script for the StGIT commands