~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to TODO.Shelf

  • Committer: Aaron Bentley
  • Date: 2006-03-16 14:59:04 UTC
  • mfrom: (325.1.3 bzrtools)
  • Revision ID: abentley@panoramicfeedback.com-20060316145904-c004cd0222a1f1c8
Merge shelf v2 again

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
FEATURES
 
2
 
 
3
 * Shelving of committed changes. Three modes (config option?), either uncommit
 
4
   the committed changes (changing history) or apply the inverse diff (messy,
 
5
   but not so scary), or prompt.
 
6
 
 
7
INTERNAL CRUD
 
8
 
 
9
 * Interact with bzr at a lower level, ie. not by parsing diffs. Will probably
 
10
   require changes to bzr core, or can we just use a delta object directly?
 
11
 
 
12
 * Write tests for --pick !!!