/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 processors/generic_processor.py

Correct typo: InventoryLnk -> InventoryLink

Show diffs side-by-side

added added

removed removed

Lines of Context:
796
796
            ie.text_sha1 = osutils.sha_strings(lines)
797
797
            ie.text_size = sum(map(len, lines))
798
798
            self.lines_for_commit[file_id] = lines
799
 
        elif isinstance(ie, inventory.InventoryLnk):
 
799
        elif isinstance(ie, inventory.InventoryLink):
800
800
            ie.symlink_target = data
801
801
        else:
802
802
            raise errors.BzrError("Cannot import items of kind '%s' yet" %