~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/wholehistory.py

[rs=igc] update to lp:loggerhead trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
    graph = branch.repository.get_graph()
54
54
    parent_map = dict((key, value) for key, value in
55
 
         graph.iter_ancestry([last_revid]) if value is not None)
 
55
        graph.iter_ancestry([last_revid]) if value is not None)
56
56
 
57
57
    _revision_graph = _strip_NULL_ghosts(parent_map)
58
58