~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(parthm) 'bzr status' now displays shelve summary (#403687). (Parth
 Malwankar)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
* Add ``mainline`` revision specifier, which selects the revision that
20
20
  merged a specified revision into the mainline.  (Aaron Bentley)
21
 
  
 
21
 
22
22
* Add ``annotate`` revision specifier, which selects the revision that
23
23
  introduced a specified line of a file.  (Aaron Bentley)
24
24
 
 
25
* ``bzr status`` now displays a summary of existing shelves after
 
26
  the other status information. This is done using a ``post_status``
 
27
  hook.
 
28
  (Parth Malwankar, #403687)
 
29
 
25
30
Bug Fixes
26
31
*********
27
32