~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Add -Dmem_dump etc

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
* Add ``annotate`` revision specifier, which selects the revision that
71
71
  introduced a specified line of a file.  (Aaron Bentley)
72
72
 
 
73
* Add ``-Dmem_dump`` debug flag, which uses meliae to dump memory to 
 
74
  a file upon an out of memory error.
 
75
  (Karl Bielefeldt, #551391)
 
76
 
73
77
* ``bzr status`` now displays a summary of existing shelves after
74
78
  the other status information. This is done using a ``post_status``
75
79
  hook.