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.
7
* shelf commands that operate on the shelved patches should assume the top
8
most (highest numbered) patch if no argument is given, eg. show/del.
10
* shelf del should create backups.
14
* Interact with bzr at a lower level, ie. not by parsing diffs. Will probably
15
require changes to bzr core, or can we just use a delta object directly?
17
* Write tests for --pick !!!