Comment 5 for bug 393349

Revision history for this message
John A Meinel (jameinel) wrote : Re: exceptions.AttributeError: 'AbsentContentFactory' object has no attribute 'get_bytes_as'

I'll mention that rev-8204 looks a lot more like bug #390563 while the original posting here is different.

The root cause may be the same/similar (needs investigation) but the code triggering it is quite different. (chk_map.CHKMap.iter_changes() versus chk_map.iter_interesting_nodes())

The original posting also is going through bundle codepaths, which has its own logic about what needs to be put into the bundle, and how that gets pulled out and back into the repository. And certainly that *could* be incorrect and not inserting enough. (It is unlikely, but since 'bzr merge bundle' is triggering the traceback and 'bzr merge branch' isn't....)

Anyway, I'm guessing they are separate issues, but will be investigating.