Comment 5 for bug 211661

Revision history for this message
Matthew Fuller (fullermd) wrote : Re: [Bug 211661] Re: bzr.dev smart client fails on log

> ** Changed in: bzr
> Status: Fix Committed => Fix Released

Are you sure? I still see it with bzr.dev r3405 (BZR_REMOTE_PATH used
to be sure I'm using bzr.dev on the far side as well as the near side;
.bzr.log confirms).

% env BZR_REMOTE_PATH=dbzr dbzr log bzr+ssh://localhost/tmp/bzr/t/repo/A/
[...]
  File "/home/fullermd/src/bzr/bzr.dev/bzrlib/graph.py", line 442, in iter_ancestry
    next_map = self.get_parent_map(pending)
  File "/home/fullermd/src/bzr/bzr.dev/bzrlib/remote.py", line 802, in get_parent_map
    parent_map = self._get_parent_map(missing_revisions)
  File "/home/fullermd/src/bzr/bzr.dev/bzrlib/remote.py", line 878, in _get_parent_map
    "key %r not a plain string" % (key,))
ValueError: key None not a plain string

There's nothing special at all about .../repo/A/; it's just a scratch
branch with 2 revs of nothing I made to test something else. It's
reproducible on any branch I have around or can make.

--
Matthew Fuller
<email address hidden>