~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-03-27 08:18:02 UTC
  • mfrom: (2378.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070327081802-271be0d343108f4f
(robertc) Merge bzrlib.strace module which adds support for stracing individual callables from within bzrlib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    * bzrlib API compatability with 0.8 has been dropped, cleaning up some
6
6
      code paths. (Robert Collins)
7
7
 
 
8
  TESTING:
 
9
 
 
10
    * Added ``bzrlib.strace.strace`` which will strace a single callable and
 
11
      return a StraceResult object which contains just the syscalls involved
 
12
      in running it. (Robert Collins)
 
13
 
 
14
 
8
15
bzr 0.15 (not finalised)
9
16
 
10
17
  INTERNALS: