diff -r 5716d10e89e7 -r 054ec0212718 contrib/synthrepo.py --- a/contrib/synthrepo.py Mon Sep 15 09:36:12 2014 -0500 +++ b/contrib/synthrepo.py Mon Sep 15 16:07:54 2014 -0400 @@ -356,10 +356,7 @@ for __ in xrange(pick(linesinfilesadded))) + '\n' changes[path] = context.memfilectx(repo, path, data) def filectxfn(repo, memctx, path): - data = changes[path] - if data is None: - raise IOError - return data + return changes[path] if not changes: continue if revs: