/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

Support submodules during fetch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
 
136
136
    def __init__(self, inv, parent_id, hexsha, path, basename, executable):
137
137
        super(GitInventoryTreeReference, self).__init__(inv, parent_id, hexsha, path, basename, executable)
 
138
        self.hexsha = hexsha
 
139
        self.reference_revision = inv.mapping.revision_id_foreign_to_bzr(hexsha)
138
140
        self.text_sha1 = None
139
141
        self.text_size = None
140
142
        self.symlink_target = None