~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-09-27 00:11:40 UTC
  • mfrom: (3698.1.4 debug_memory)
  • Revision ID: pqm@pqm.ubuntu.com-20080927001140-kf9vnhradsc7ilmo
(jam) Add trace.debug_memory() as a simple way to dump mem info.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
      tree walking, and modular directory listing code to aid future
135
135
      performance optimisations and refactoring. (Robert Collins)
136
136
 
 
137
    * ``bzrlib.trace.debug_memory`` can be used to get a quick memory dump
 
138
      in the middle of processing. It only reports memory if
 
139
      ``/proc/PID/status`` is available. (John Arbash Meinel)
 
140
 
137
141
    * New method ``RevisionSpec.as_tree`` for representing the revision
138
142
      specifier as a revision tree object. (Lukáš Lalinský)
139
143