~abentley/bzrtools/bzrtools.dev

0.1.44 by Michael Ellerman
Add NEWS to mention that shelves have moved.
1
NEWS
2
0.1.82 by Michael Ellerman
Update NEWS
3
Shelf version 0.8-beta:
0.2.17 by Michael Ellerman
Update NEWS.
4
0.1.82 by Michael Ellerman
Update NEWS
5
 * Shelves are now stored in .shelf. The bzr API for storing things under
0.2.17 by Michael Ellerman
Update NEWS.
6
   .bzr is not rich enough at the moment to do all the things the shelf code
0.1.82 by Michael Ellerman
Update NEWS
7
   wants.
0.2.17 by Michael Ellerman
Update NEWS.
8
0.2.21 by Michael Ellerman
Update NEWS
9
 * There is a new command 'shelf', which has a bunch of subcommands for
10
   operating on the shelf.
11
   The current subcommands are:
0.1.82 by Michael Ellerman
Update NEWS
12
    list   (ls)           List the patches on the current shelf.
13
    delete (del) <patch>  Delete a patch from the current shelf.
14
    switch       <shelf>  Switch to the named shelf, create it if necessary.
15
    show         <patch>  Show the contents of the specified patch.
16
17
 * The question when shelving with is now "Shelve this change", rather than
18
   "Keep this change", and the y/n choices have been reversed to suit
19
   obviously. This seems like a more logical choice of wording.
20
21
 * Unshelve now prompts as well, allowing you to selectively unshelve
22
   some changes.
0.2.17 by Michael Ellerman
Update NEWS.
23
0.1.79 by Michael Ellerman
Note diffstat change in NEWS.
24
 * Shelve and unshelve no longer print the diffstat automatically. If you want
25
   a diffstat then get the diffstat plugin!