aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
blob: 1a2bf8317bfd17030801f25a4dbf4d4f863e3baa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
The TODO list before 1.0:

- Convert the remaining commands to the new infrastructure. Commands
  not converted yet:
    branch
    patches
    pull
    rebase
    repair
    unhide
    files
    fold
    import
    mail
    pick
    rename
    show
    sync
    diff

- More regression tests

- Go through the design of the UI and make sure there's nothing hard
  to change in there that we'll regret later.

- Write a user guide. I'm thinking a document on the order of 10-30
  pages that'll explain why one would want to use StGit, and how.

- Make sure the rest of the documentation is in good shape.

- Release 1.0


The future, when time allows or if someone else does them:

- Patch dependency tracking
- Multiple heads in a patch - useful for forking a patch,
  synchronising with other patches (diff format or in other
  repositories)
- Numeric shortcuts for naming patches near top (eg. +1, -2)