[Bug 733136] Re: UnboundLocalError: local variable 'lock_url' in wait_lock
Launchpad Bug Tracker
733136 at bugs.launchpad.net
Mon Aug 1 01:09:47 UTC 2011
This bug was fixed in the package bzr - 2.3.4-0ubuntu1
---------------
bzr (2.3.4-0ubuntu1) natty-proposed; urgency=low
* New upstream release.
+ Fix bzr version number in deprecation warnings. LP: #794960
+ Prevent write attemps on remote branch during "bzr up". LP: #786980
+ Fix conflict handling when two trees involved in a merge have different
root ids. LP: #805809
bzr (2.3.3-0ubuntu1) natty-proposed; urgency=low
* New upstream release.
+ Fixes deprecation warning on newer versions of Python. LP: #760435
+ Stops 'bzr push' from copying entire repository if a .bzr directory is
present without a branch. LP: #465517
+ Fixes undefined local variable error when waiting for lock. LP: #733136
+ Fixes lock contention issues pushing to a bound branch. LP: #733350
+ Transfers less data creating a new stacked branch. LP: #737234
+ Several fixes to the test suite, making it more robust. LP: #654733,
LP: #751824
+ 'bzr merge --pull --preview' actually shows a preview rather than
actually merging. LP: #760152
+ bzr smart server now supports UTF-8 user names. LP: #659763
+ user identity can now be set based on username and /etc/mailname, not
requiring it to be set manually. LP: #616878
+ stacking is now fully transitive. LP: #715000
+ makes in-terminal crash report of plugins much shorter. LP: #716389
-- Jelmer Vernooij <jelmer at debian.org> Thu, 14 Jul 2011 21:12:58 +0200
** Changed in: bzr (Ubuntu Natty)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bzr in Ubuntu.
https://bugs.launchpad.net/bugs/733136
Title:
UnboundLocalError: local variable 'lock_url' in wait_lock
Status in Bazaar Version Control System:
Fix Released
Status in Bazaar 2.3 series:
Fix Released
Status in Qt frontend for Bazaar:
Invalid
Status in “bzr” package in Ubuntu:
Fix Released
Status in “bzr” source package in Natty:
Fix Released
Bug description:
Attempting to save configuration following installation of 2.3.0-0 on
Windows XP ver. 2002 SP 3.
bzr: ERROR: exceptions.UnboundLocalError: local variable 'lock_url'
referenced before assignment
Traceback (most recent call last):
File "C:/Program Files/Bazaar/plugins\qbzr\lib\config.py", line 494, in do_accept
File "C:/Program Files/Bazaar/plugins\qbzr\lib\config.py", line 488, in save
File "C:/Program Files/Bazaar/plugins\qbzr\lib\util.py", line 143, in save
File "bzrlib\lockdir.pyo", line 657, in lock_write
File "bzrlib\lockdir.pyo", line 625, in wait_lock
UnboundLocalError: local variable 'lock_url' referenced before assignment
bzr 2.3.0 on python 2.6.6 (win32)
arguments: ['C:\\Program Files\\Bazaar\\bzrw.exe', 'qconfig']
encoding: 'cp1252', fsenc: 'mbcs', lang: None
plugins:
bzrtools C:\Program Files\Bazaar\plugins\bzrtools [2.3.1]
colo C:\Program Files\Bazaar\plugins\colo [0.2.1]
explorer C:\Program Files\Bazaar\plugins\explorer [1.1.2]
fastimport C:\Program Files\Bazaar\plugins\fastimport [0.10.0dev]
launchpad C:\Program Files\Bazaar\plugins\launchpad [2.3.0]
loom C:\Program Files\Bazaar\plugins\loom [2.2.1dev]
netrc_credential_store C:\Program Files\Bazaar\plugins\netrc_credential_store [2.3.0]
news_merge C:\Program Files\Bazaar\plugins\news_merge [2.3.0]
pipeline C:\Program Files\Bazaar\plugins\pipeline [1.1.0]
qbzr C:\Program Files\Bazaar\plugins\qbzr [0.20.0]
rewrite C:\Program Files\Bazaar\plugins\rewrite [0.6.2dev]
svn C:\Program Files\Bazaar\plugins\svn [1.0.5dev]
upload C:\Program Files\Bazaar\plugins\upload [1.0.0]
xmloutput C:\Program Files\Bazaar\plugins\xmloutput [0.8.7.dev]
To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr/+bug/733136/+subscriptions
More information about the foundations-bugs
mailing list