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

(jelmer) Switch the commit code over to use config stacks. (Bazaar
 Developers)

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
        current_rev = Revision(CURRENT_REVISION)
106
106
        current_rev.parent_ids = tree.get_parent_ids()
107
107
        try:
108
 
            current_rev.committer = branch.get_config().username()
 
108
            current_rev.committer = branch.get_config_stack().get('email')
109
109
        except errors.NoWhoami:
110
110
            current_rev.committer = 'local user'
111
111
        current_rev.message = "?"