Show More
@@ -448,7 +448,6 b' def _filemerge(premerge, repo, mynode, o' | |||||
448 | Returns whether the merge is complete, and the return value of the merge. |
|
448 | Returns whether the merge is complete, and the return value of the merge. | |
449 | """ |
|
449 | """ | |
450 |
|
450 | |||
451 | if True: |
|
|||
452 |
|
|
451 | def temp(prefix, ctx): | |
453 |
|
|
452 | pre = "%s~%s." % (os.path.basename(ctx.path()), prefix) | |
454 |
|
|
453 | (fd, name) = tempfile.mkstemp(prefix=pre) |
General Comments 0
You need to be logged in to leave comments.
Login now