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

Default to using global user id rather than making one up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
            store=config.STORE_LOCATION, warn_masked=warn_masked)
36
36
 
37
37
    def _get_user_id(self):
38
 
        return None
39
 
 
 
38
        # TODO: Read from ~/.gitconfig
 
39
        return self._get_best_value('_get_user_id')