~abentley/bzrtools/bzrtools.dev

1
2
3
4
5
6
7
8
9
10
11
12
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.

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 !!!