Comment 4 for bug 406597

Revision history for this message
Robert Collins (lifeless) wrote : Re: ACF when trying to branch from any of my canonical-identity-provider branches

When I branch from this repo, I get dumped down to VFS calls:
bzr -Dhpssdetail -Dhpss -Dhpssvfs branch lp:~salgado/canonical-identity-provider/test4
VFS Repository access triggered
  File "/home/robertc/bin/bzr", line 142, in <module>
...
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/fetch.py", line 76, in __init__
    self.__fetch()
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/fetch.py", line 102, in __fetch
    self._fetch_everything_for_search(search)
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/fetch.py", line 139, in _fetch_everything_for_search
    stream, from_format, resume_tokens)
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/repository.py", line 3979, in insert_stream
    return self._locked_insert_stream(stream, src_format, is_resume)
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/repository.py", line 4008, in _locked_insert_stream
    for substream_type, substream in stream:
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/repository.py", line 4221, in get_stream_for_missing_keys
    vf = getattr(self.from_repository, substream_kind)
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/remote.py", line 1564, in signatures
    self._ensure_real()
  File "/home/robertc/source/baz/bzr-test-fixes/bzrlib/remote.py", line 733, in _ensure_real
    ''.join(traceback.format_stack()))

I suspect this is related.