0.1.44
by Michael Ellerman
Add NEWS to mention that shelves have moved. |
1 |
NEWS
|
2 |
||
0.1.54
by Michael Ellerman
Add a version, inline with bzr version |
3 |
Shelf version 0.7-rc: |
4 |
||
0.1.44
by Michael Ellerman
Add NEWS to mention that shelves have moved. |
5 |
* Shelves are now stored in .bzr/x-shelf. |
6 |
||
7 |
Currently there is support for one shelf, called 'default'. You can store |
|
8 |
multiple patches under here, the first is '00' the second '01' and so on. |
|
0.1.46
by Michael Ellerman
Shelve everything by default, use --pick to select hunks individually. |
9 |
|
10 |
* The default behaviour is now to shelve everything. To get the previous |
|
11 |
behaviour of selecting hunks specify "--pick" to the shelve command. |
|
0.1.52
by Michael Ellerman
Update NEWS for prompt changes |
12 |
|
13 |
* The question when shelving with --pick is now "Shelve this change", rather |
|
14 |
than "Keep this change", and the y/n choices have been reversed to suit |
|
15 |
obviously. This seems like a more logical choice of wording. |