10
3
* Shelving of committed changes. Three modes (config option?), either uncommit
11
4
the committed changes (changing history) or apply the inverse diff (messy,
12
5
but not so scary), or prompt.
24
9
* Interact with bzr at a lower level, ie. not by parsing diffs. Will probably
25
10
require changes to bzr core, or can we just use a delta object directly?