/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

Merge support for executable symlinks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
 
127
127
    def copy(self):
128
128
        other = inventory.InventoryLink(self.file_id, self.name, self.parent_id)
 
129
        other.executable = self.executable
129
130
        other.symlink_target = self.symlink_target
130
131
        other.revision = self.revision
131
132
        return other