Remove misleading "stg delete" documentation
[stgit] / TODO
CommitLineData
1fece88e 1The TODO list before 1.0:
41a6d859 2
aa9b1b9d 3- more regression tests
83515554 4- stg help should probably pipe through the $PAGER
1fece88e
CM
5- fix StGIT to run correctly in subdirectories
6- use a separate index for some commands (refresh, fold etc.) so that
7 files already added/removed are not automatically checked in
1fece88e
CM
8- debian package support
9- man page
10- document the workflow on the StGIT wiki
1fece88e 11- use same configuration file as GIT
41a6d859
CM
12- release 1.0
13
14
1fece88e 15The future, when time allows or if someone else does them:
41a6d859 16
41a6d859
CM
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)
1fece88e
CM
21- commit directly to a patch which is not top
22- patch synchronisation between between branches (as some people,
23 including me have the same patches based on different branches and
24 they have scripts for moving the changes in one to the others)
8741321b
YD
25- numeric shortcuts for naming patches near top (eg. +1, -2)
26- (config?) parameter for number of patches included by "series -s"