1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
NEWS
Shelf version 0.7-rc:
* 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.
* The question when shelving with --pick 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 accepts --pick as well, allowing you to selectively unshelve
some changes.
|