Show More
@@ -175,7 +175,7 b' def mailmap(context, mapping, args):' | |||
|
175 | 175 | if len(args) != 1: |
|
176 | 176 | raise error.ParseError(_("mailmap expects one argument")) |
|
177 | 177 | |
|
178 |
author = eval |
|
|
178 | author = evalstring(context, mapping, args[0]) | |
|
179 | 179 | |
|
180 | 180 | cache = context.resource(mapping, 'cache') |
|
181 | 181 | repo = context.resource(mapping, 'repo') |
General Comments 0
You need to be logged in to leave comments.
Login now