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

Merge sftp-leaks into catch-them-all

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
 
243
243
    def _gen_revision_id(self):
244
244
        """Return new revision-id."""
245
 
        return generate_ids.gen_revision_id(self._config.username(),
246
 
                                            self._timestamp)
 
245
        return generate_ids.gen_revision_id(self._committer, self._timestamp)
247
246
 
248
247
    def _generate_revision_if_needed(self):
249
248
        """Create a revision id if None was supplied.