~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-04-06 08:40:57 UTC
  • mfrom: (5133.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100406084057-8bjovmj2hjaee1bb
Stricter rules for loading plugins from BZR_PLUGINS_AT

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
* Fix ``log`` to better check ancestors even if merged revisions are involved.
195
195
  (Vincent Ladeuil, #476293)
196
196
 
 
197
* Loading a plugin from a given path with ``BZR_PLUGINS_AT`` doesn't depend
 
198
  on os.lisdir() order and is now reliable.
 
199
  (Vincent Ladeuil, #552922).
 
200
 
197
201
* Many IO operations that returned ``EINTR`` were retried even if it
198
202
  wasn't safe to do so via careless use of ``until_no_eintr``.  Bazaar now
199
203
  only retries operations that are safe to retry, and in some cases has