[Bug 528041] Re: bzr: ERROR: exceptions.AssertionError: _remember_remote_is_before((2, 1)) called, but _remember_remote_is_before((1, 6)) was called previously.
Launchpad Bug Tracker
528041 at bugs.launchpad.net
Mon May 30 05:19:12 UTC 2011
This bug was fixed in the package bzr - 2.1.4-0ubuntu1
---------------
bzr (2.1.4-0ubuntu1) lucid-proposed; urgency=low
* Update watch file to use 2.1 series.
* New upstream release.
+ Fix file descriptors leaks in dirstate compiled extension. LP: #583486
+ Refuse to stack on repositories in incompatible formats. LP: #562380
+ Don't delete nested trees/repos. LP: #572098
+ Fix 'bzr switch' crash when a 'ConfigurableFileMerger' is used. LP: #559436
+ Fix compatibility with older smart servers. LP: #528041
+ Fix symlinks addition. LP: #192859
+ Properly unversion children of unversioned directories. LP: #494221
+ Lock configuration files in '~/.bazaar' for updates. LP: #525571
+ Fix 'bzr commit <symlink>'. LP: #128562
+ Fix `lp:` urls when behind an http proxy. LP: #558343
+ Stop using edge.launchpad.net. LP: #583667
-- Max Bowsher <_ at maxb.eu> Tue, 17 May 2011 09:54:17 +0100
** Changed in: bzr (Ubuntu Lucid)
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/528041
Title:
bzr: ERROR: exceptions.AssertionError: _remember_remote_is_before((2,
1)) called, but _remember_remote_is_before((1, 6)) was called
previously.
Status in Bazaar Version Control System:
Fix Released
Status in Bazaar 2.1 series:
Fix Released
Status in Bazaar 2.2 series:
Fix Released
Status in “bzr” package in Ubuntu:
Fix Released
Status in “bzr” source package in Lucid:
Fix Released
Bug description:
bzr 2.1.1 was released with an unknown regression with older servers.
This is fixed in the stable release version 2.1.2 (bzr's equivalent of
SRU's).
The symptom shows up when pushing from bzr 2.1.1 to bzr < 1.6 and will
look roughly like:
Traceback:
File "/usr/lib/python2.6/dist-packages/bzrlib/bzrdir.py", line 3327, in _open
return remote.RemoteBzrDir(transport, self)
File "/usr/lib/python2.6/dist-packages/bzrlib/remote.py", line 115, in __init__
self._probe_bzrdir()
File "/usr/lib/python2.6/dist-packages/bzrlib/remote.py", line 130, in _probe_bzrdir
medium._remember_remote_is_before((2, 1))
File "/usr/lib/python2.6/dist-packages/bzrlib/smart/medium.py", line 615, in _remember_remote_is_before
% (version_tuple, self._remote_version_is_before))
AssertionError: _remember_remote_is_before((2, 1)) called, but _remember_remote_is_before((1, 6)) was called previously.
This can be addressed by upgrading to 2.1.2.
More information about the foundations-bugs
mailing list