Tag maps should use the same syntax as branch and author maps

When version v171002 introduced a new mapping file format for branches
and authors, that change never made it to the remapping of tags
although the README documents it.

Fixes #172.
This commit is contained in:
Frej Drejhammar
2019-10-12 21:09:14 +02:00
parent 6f9bc6517a
commit 0096085b6f

View File

@@ -616,7 +616,7 @@ if __name__=='__main__':
t={}
if options.tagsfile!=None:
t=load_mapping('tags', options.tagsfile, True)
t=load_mapping('tags', options.tagsfile, options.raw_mappings)
if options.default_branch!=None:
set_default_branch(options.default_branch)