Show More
@@ -995,7 +995,7 b' def _maketempfiles(repo, fco, fca, local' | |||
|
995 | 995 | |
|
996 | 996 | def tempfromcontext(prefix, ctx): |
|
997 | 997 | f, name = maketempfrompath(prefix, ctx.path()) |
|
998 |
data = |
|
|
998 | data = ctx.decodeddata() | |
|
999 | 999 | f.write(data) |
|
1000 | 1000 | f.close() |
|
1001 | 1001 | return name |
General Comments 0
You need to be logged in to leave comments.
Login now