~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-05-12 03:47:18 UTC
  • mfrom: (4347.1.1 log_ensure_real)
  • Revision ID: pqm@pqm.ubuntu.com-20090512034718-8q4bonu5vryuwg45
(robertc) Show a backtrace indicating the cause of VFS access to a
        RemoteRepository when -Dhpss is used. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
  called before the first test is started, ``done`` called after the last
138
138
  test completes, and a new parameter ``strict``. (Robert Collins)
139
139
 
140
 
* -Dlock when passed to the selftest (e.g. ``bzr -Dlock selftest``) will
 
140
* ``-Dhpss`` when passed to bzr will cause a backtrace to be printed when
 
141
  VFS operations are started on a smart server repository. This should not
 
142
  occur on regular push and pull operations, and is a key indicator for
 
143
  performance regressions. (Robert Collins)
 
144
 
 
145
* ``-Dlock`` when passed to the selftest (e.g. ``bzr -Dlock selftest``) will
141
146
  cause mismatched physical locks to cause test errors rather than just
142
147
  reporting to the screen. (Robert Collins)
143
148