##// END OF EJS Templates
git: use safe configparser for git submodules to prevent from errors on submodules with % sign....
marcink -
r4239:7c8ad7af stable
parent child Browse files
Show More
@@ -472,7 +472,7 b' class GitCommit(base.BaseCommit):'
472 472 for line in _content.splitlines():
473 473 yield line
474 474
475 parser = configparser.ConfigParser()
475 parser = configparser.RawConfigParser()
476 476 parser.read_file(iter_content(submodules_node.content))
477 477
478 478 for section in parser.sections():
General Comments 0
You need to be logged in to leave comments. Login now