Show More
@@ -53,7 +53,10 b' def filemerge(repo, fw, fd, fo, wctx, mc' | |||
|
53 | 53 | r = util.system('%s "%s" "%s" "%s"' % (cmd, a, b, c), cwd=repo.root, |
|
54 | 54 | environ={'HG_FILE': fd, |
|
55 | 55 | 'HG_MY_NODE': str(wctx.parents()[0]), |
|
56 |
'HG_OTHER_NODE': str(mctx) |
|
|
56 | 'HG_OTHER_NODE': str(mctx), | |
|
57 | 'HG_MY_ISLINK': fcm.islink(), | |
|
58 | 'HG_OTHER_ISLINK': fco.islink(), | |
|
59 | 'HG_BASE_ISLINK': fca.islink(),}) | |
|
57 | 60 | if r: |
|
58 | 61 | repo.ui.warn(_("merging %s failed!\n") % fd) |
|
59 | 62 |
General Comments 0
You need to be logged in to leave comments.
Login now