mirror of
https://github.com/frej/fast-export.git
synced 2025-11-01 08:55:47 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user