/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 syntax error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
            self._change_blob(path, (mode, workingtree.index.get_sha1(path)))
65
65
            yield file_id, path, None
66
66
 
67
 
    def commit(self, message)
 
67
    def commit(self, message):
68
68
        # FIXME: Eliminate any empty trees recursively
69
69
        # Write any tree objects to disk
70
70
        for path in sorted(self._trees.keys(), reverse=True):