/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 bzrlib/fetch.py

The NULL_REVISION of an inventory is never missing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
                parents = set()
146
146
                map(parents.update, parent_maps.itervalues())
147
147
                parents.difference_update(revision_ids)
 
148
                parents.discard(NULL_REVISION)
148
149
                missing_keys.update(
149
150
                    ('inventories', rev_id) for rev_id in parents)
150
151
            if missing_keys: