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

Implement to_files() for git merge directives.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
 
77
77
    @property
78
78
    def text_sha1(self):
79
 
        return osutils.sha_strings(self.object.chunked)
 
79
        return osutils.sha_string(self.object.data)
80
80
 
81
81
    @property
82
82
    def text_size(self):