~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Michael Ellerman
  • Date: 2005-11-29 08:04:40 UTC
  • mto: (0.3.1 shelf-dev) (325.1.2 bzrtools)
  • mto: This revision was merged to the branch mainline in revision 334.
  • Revision ID: michael@ellerman.id.au-20051129080440-956eacb2b9efbe49
More TODOs, sheesh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
   This is quilt like stuff, need to think more about it - track unshelved
8
8
   changes? Do they get reshelved when you switch? Probably not.
9
9
 
 
10
 * Shelving of committed changes. Three modes (config option?), either uncommit
 
11
   the committed changes (changing history) or apply the inverse diff (messy,
 
12
   but not so scary), or prompt.
 
13
 
 
14
 * Messages for each patch on the shelf. User specifiable, use commit code.
 
15
   If nothing specified it's:
 
16
    "Uncommitted changes shelved on YYYY-MM-DD at HH:MM:SS by user@host"
 
17
 
 
18
   For shelving committed changes, use some (all) of the commit message.
 
19
 
10
20
INTERNAL CRUD
11
21
 
12
22
 * Use exceptions in UserInteractor rather than global booleans.