##// END OF EJS Templates
filemerge: deindent the parts of filemerge outside the try block...
Siddharth Agarwal -
r26608:ae5b60d3 default
parent child Browse files
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 def temp(prefix, ctx):
451 def temp(prefix, ctx):
453 pre = "%s~%s." % (os.path.basename(ctx.path()), prefix)
452 pre = "%s~%s." % (os.path.basename(ctx.path()), prefix)
454 (fd, name) = tempfile.mkstemp(prefix=pre)
453 (fd, name) = tempfile.mkstemp(prefix=pre)
General Comments 0
You need to be logged in to leave comments. Login now