~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-04 05:20:54 UTC
  • mfrom: (4580.3.11 selftest)
  • Revision ID: pqm@pqm.ubuntu.com-20090804052054-yd271soudff1dbgt
(mbp) fix selftest progress and error display problems

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  There are still some complex scenarios where it will fail (bug #399884)
31
31
  (John Arbash Meinel, #393366)
32
32
 
 
33
* A progress bar is no longer left dangling when ``bzr selftest``
 
34
  completes, and the progress bar updates with zero latency so the
 
35
  displayed test name is always the one that's actually running.
 
36
  (Martin Pool, #123688)
 
37
 
33
38
* Authenticating against an ssh server now uses ``auth_none`` to determine
34
39
  if password authentication is even supported. This fixes a bug where
35
40
  users would be prompted for a launchpad password, even though launchpad
74
79
* Fixed spurious "Source branch does not support stacking" warning when
75
80
  pushing. (Andrew Bennetts, #388908)
76
81
 
 
82
* Fixed spurious transport activity indicator appearing while tests are
 
83
  running.  (Martin Pool, #343532)
 
84
 
77
85
* Merge now correctly handles empty right-hand revision specs.
78
86
  (Aaron Bentley, #333961)
79
87
 
143
151
* New TransformPreview.commit() allows committing without a working tree.
144
152
  (Aaron Bentley)
145
153
 
 
154
* ``pb`` parameter to ``TextTestResult`` is deprecated and ignored.
 
155
  (Martin Pool)
 
156
 
146
157
* ProgressTasks now prefer to talk direct to their ProgressView not to the
147
158
  UIFactory. 
148
159
  (Martin Pool)