~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-17 07:04:50 UTC
  • mfrom: (4475.2.5 hpss-log-noise)
  • Revision ID: pqm@pqm.ubuntu.com-20090717070450-mfptrbvfqdenjoui
(andrew) Fix server log noise when HPSS client calls an unknown smart
        method.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  committed to will no longer corrupt the dirstate. This was caused by an
41
41
  bug in the dirstate update_minimal method. (Robert Collins, #395556)
42
42
 
 
43
* Requests for unknown methods no longer cause the smart server to log
 
44
  lots of backtraces about ``UnknownSmartMethod``, ``do_chunk`` or
 
45
  ``do_end``.  (Andrew Bennetts, #338561)
 
46
  
43
47
* ``WorkingTree4.unversion`` will no longer fail to unversion ids which
44
48
  were present in a parent tree but renamed in the working tree.
45
49
  (Robert Collins, #187207)