~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-10-12 00:56:49 UTC
  • mfrom: (5483.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20101012005649-ztnfgo1vqxbomj3v
(mbp) add -Dmem_dump (Martin Pool)

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.