~abentley/bzrtools/bzrtools.dev

1
2
3
4
5
6
7
8
9
NEWS

 * Shelves are now stored in .bzr/x-shelf.

   Currently there is support for one shelf, called 'default'. You can store
   multiple patches under here, the first is '00' the second '01' and so on.

 * The default behaviour is now to shelve everything. To get the previous
   behaviour of selecting hunks specify "--pick" to the shelve command.