~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.3.txt

  • Committer: Martin Pool
  • Date: 2011-03-31 09:01:27 UTC
  • mto: (5609.29.2 2.3)
  • mto: This revision was merged to the branch mainline in revision 5755.
  • Revision ID: mbp@canonical.com-20110331090127-w6wqfh5kseeqjg0f
Avoid UnboundLocalError reporting url when wait_lock fails

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  ancestry of the source branch, like it does in all other cases.
45
45
  (John Arbash Meinel, #465517)
46
46
 
 
47
* Fix ``UnboundLocalError: local variable 'lock_url' in wait_lock`` error,
 
48
  especially while trying to save configuration from QBzr.
 
49
  (Martin Pool, #733136)
 
50
 
47
51
* Fix "Unable to obtain lock" error when pushing to a bound branch if tags
48
52
  had changed.  Bazaar was attempting to open and lock the master branch
49
53
  twice in this case.  (Andrew Bennetts, #733350)