~abentley/bzrtools/bzrtools.dev

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
NEWS

Shelf version 0.8-beta:

 * Shelves are now stored in .shelf. The bzr API for storing things under
   .bzr is not rich enough at the moment to do all the things the shelf code
   wants.

 * There is a new command 'shelf', which has a bunch of subcommands for
   operating on the shelf.
   The current subcommands are:
    list   (ls)           List the patches on the current shelf.
    delete (del) <patch>  Delete a patch from the current shelf.
    switch       <shelf>  Switch to the named shelf, create it if necessary.
    show         <patch>  Show the contents of the specified patch.

 * The question when shelving with is now "Shelve this change", rather than
   "Keep this change", and the y/n choices have been reversed to suit
   obviously. This seems like a more logical choice of wording.

 * Unshelve now prompts as well, allowing you to selectively unshelve
   some changes.

 * Shelve and unshelve no longer print the diffstat automatically. If you want
   a diffstat then get the diffstat plugin!