mercurial/filemerge.py
changeset 26518 a77679d0b887
parent 26517 d8463a743d7d
child 26519 48476c6129a2
--- a/mercurial/filemerge.py	Wed Oct 07 00:01:16 2015 -0700
+++ b/mercurial/filemerge.py	Wed Oct 07 00:24:44 2015 -0700
@@ -231,8 +231,8 @@
 def _symlinkcheck(repo, mynode, orig, fcd, fco, fca, toolconf):
     tool, toolpath, binary, symlink = toolconf
     if symlink:
-        repo.ui.warn(_('warning: internal :merge cannot merge symlinks '
-                       'for %s\n') % fcd.path())
+        repo.ui.warn(_('warning: internal %s cannot merge symlinks '
+                       'for %s\n') % (tool, fcd.path()))
         return False
     return True