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

Make remote repository access a bit lazier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
340
340
                    "Unknown blob kind, perms=%r." % (mode,))
341
341
            fs_mode = mode & 0777
342
342
            child_ie.executable = bool(fs_mode & 0111)
 
343
            # TODO: This should be set to the revision id in which 
 
344
            # child_ie was last changed instead.
343
345
            child_ie.revision = self._revision_id
344
346
            self._inventory.add(child_ie)
345
347
            if entry_kind == 0: