# # # patch "tracvc/mtn/basic_io.py" # from [91697e27e19bd7bfd3521ed66b8e662008fd54e9] # to [01402b1c9bbaa91b5f02ace419e8f5790a0ba779] # ============================================================ --- tracvc/mtn/basic_io.py 91697e27e19bd7bfd3521ed66b8e662008fd54e9 +++ tracvc/mtn/basic_io.py 01402b1c9bbaa91b5f02ace419e8f5790a0ba779 @@ -46,8 +46,7 @@ Empty string values ("") are passed through, while empty revision ids ([]) are converted to None. - If a key exists more than once in a stanza, value becomes a list - containing all the values. + If key has more than one value, the values are collected in a list. """ for match in LINE_RULE.finditer(stanza): key = match.group('key')