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

Remove pointless check.

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
        trees = []
283
283
        blobs = []
284
284
        for (fileid, kind, hexsha, revision) in entries:
285
 
            if kind is None:
286
 
                pass # removal
287
 
            elif kind == "tree":
 
285
            if kind == "tree":
288
286
                trees.append((hexsha, fileid, revid))
289
287
            elif kind == "blob":
290
288
                blobs.append((hexsha, fileid, revision))