File: TODO.Shelf

package info (click to toggle)
bzrtools 0.11.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 508 kB
  • ctags: 560
  • sloc: python: 4,863; sh: 11; makefile: 8
file content (17 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
FEATURES

 * Shelving of committed changes. Three modes (config option?), either uncommit
   the committed changes (changing history) or apply the inverse diff (messy,
   but not so scary), or prompt.

 * shelf commands that operate on the shelved patches should assume the top
   most (highest numbered) patch if no argument is given, eg. show/del.

 * shelf del should create backups.

INTERNAL CRUD

 * Interact with bzr at a lower level, ie. not by parsing diffs. Will probably
   require changes to bzr core, or can we just use a delta object directly?

 * Write tests for --pick !!!