##// END OF EJS Templates
pure: fix index parsing on empty repositories
Wagner Bruna -
r13435:90d7ce98 stable
parent child Browse files
Show More
@@ -56,6 +56,7 b' def parse_index2(data, inline):'
56 56 n += 1
57 57 off += s
58 58
59 if index:
59 60 e = list(index[0])
60 61 type = gettype(e[0])
61 62 e[0] = offset_type(0, type)
General Comments 0
You need to be logged in to leave comments. Login now