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.
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?
12
* Write tests for --pick !!!