changeset 36299 | 238646784294 |
parent 35400 | 8a0cac20a1ad |
child 36607 | c6061cadb400 |
--- a/contrib/synthrepo.py Sun Feb 18 00:35:37 2018 -0500 +++ b/contrib/synthrepo.py Sun Feb 18 00:43:50 2018 -0500 @@ -381,7 +381,7 @@ ui.progress(_synthesizing, None) message = 'synthesized wide repo with %d files' % (len(files),) mc = context.memctx(repo, [pctx.node(), nullid], message, - files.iterkeys(), filectxfn, ui.username(), + files, filectxfn, ui.username(), '%d %d' % util.makedate()) initnode = mc.commit() if ui.debugflag: