Show More
@@ -398,8 +398,8 b' def _encodeonemarker(marker):' | |||||
398 | if not parents: |
|
398 | if not parents: | |
399 | # mark that we explicitly recorded no parents |
|
399 | # mark that we explicitly recorded no parents | |
400 | metadata['p0'] = '' |
|
400 | metadata['p0'] = '' | |
401 |
for i, p in enumerate(parents |
|
401 | for i, p in enumerate(parents): | |
402 | metadata['p%i' % i] = node.hex(p) |
|
402 | metadata['p%i' % (i + 1)] = node.hex(p) | |
403 | metadata = encodemeta(metadata) |
|
403 | metadata = encodemeta(metadata) | |
404 | nbsuc = len(sucs) |
|
404 | nbsuc = len(sucs) | |
405 | format = _fmfixed + (_fmnode * nbsuc) |
|
405 | format = _fmfixed + (_fmnode * nbsuc) |
General Comments 0
You need to be logged in to leave comments.
Login now