/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to object_store.py

Avoid processing NULL_REVISION.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
                todo.update([x for x in p if x not in missing_revids])
82
82
            heads = self._idmap.missing_revisions(todo)
83
83
            missing_revids.update(heads)
 
84
        if NULL_REVISION in missing_revids:
 
85
            missing_revids.remove(NULL_REVISION)
84
86
        pb = ui.ui_factory.nested_progress_bar()
85
87
        try:
86
88
            for i, revid in enumerate(graph.iter_topo_order(missing_revids)):