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

removeĀ invalidĀ mutter

Show diffs side-by-side

added added

removed removed

Lines of Context:
374
374
        try:
375
375
            o = object_iter[head]
376
376
        except KeyError:
377
 
            trace.mutter('missing head %s', head)
378
377
            continue
379
378
        if isinstance(o, Commit):
380
379
            rev = mapping.import_commit(o)