Show More
@@ -334,7 +334,7 b' class cg1unpacker(object):' | |||||
334 | ml = repo.manifestlog |
|
334 | ml = repo.manifestlog | |
335 | # validate incoming csets have their manifests |
|
335 | # validate incoming csets have their manifests | |
336 | for cset in xrange(clstart, clend): |
|
336 | for cset in xrange(clstart, clend): | |
337 |
mfnode = cl. |
|
337 | mfnode = cl.changelogrevision(cset).manifest | |
338 | mfest = ml[mfnode].readdelta() |
|
338 | mfest = ml[mfnode].readdelta() | |
339 | # store file nodes we must see |
|
339 | # store file nodes we must see | |
340 | for f, n in mfest.iteritems(): |
|
340 | for f, n in mfest.iteritems(): |
General Comments 0
You need to be logged in to leave comments.
Login now