~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-03-27 07:58:34 UTC
  • mfrom: (2367.1.9 benchmark-strace)
  • mto: This revision was merged to the branch mainline in revision 2379.
  • Revision ID: robertc@robertcollins.net-20070327075834-51wgidn6o63h8lqo
(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: