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

Fix undefined error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
                sha = "FIXME"
91
91
            else:
92
92
                raise AssertionError("Unknown kind %r" % kind[1])
93
 
            if executable:
 
93
            if executable[1]:
94
94
                mode |= 0111
95
95
            self._any_changes = True
96
96
            self._blobs[path[1].encode("utf-8")] = (mode, sha)