~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-06 02:23:37 UTC
  • mfrom: (4332.3.36 check)
  • Revision ID: pqm@pqm.ubuntu.com-20090806022337-7c2oni07fsjq6gun
(robertc) Partial overhaul of check to do less duplicate work.
        (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
  the same way that sending Ctrl-\\ does on other platforms.
147
147
  (John Arbash Meinel)
148
148
 
149
 
 
150
149
Documentation
151
150
*************
152
151
 
172
171
  UIFactory. 
173
172
  (Martin Pool)
174
173
 
 
174
* ``WorkingTree._check`` now requires a references dict with keys matching
 
175
  those returned by ``WorkingTree._get_check_refs``. (Robert Collins)
 
176
 
175
177
Internals
176
178
*********
177
179
 
902
904
  cause mismatched physical locks to cause test errors rather than just
903
905
  reporting to the screen. (Robert Collins)
904
906
 
 
907
* -Dprogress will cause pdb to start up if a progress view jumps
 
908
  backwards. (Robert Collins)
 
909
 
905
910
* Fallback ``CredentialStore`` instances registered with ``fallback=True``
906
911
  are now be able to provide credentials if obtaining credentials 
907
912
  via ~/.bazaar/authentication.conf fails. (Jelmer Vernooij,