resolve: mention merge-tools topic in help stable
authorAugie Fackler <durin42@gmail.com>
Fri, 27 Jan 2012 14:19:32 -0600
branchstable
changeset 16009 f1208827df7c
parent 16008 02a497a17257
child 16010 c7811ca6fb94
resolve: mention merge-tools topic in help
mercurial/commands.py
--- a/mercurial/commands.py	Fri Jan 27 22:29:58 2012 +0900
+++ b/mercurial/commands.py	Fri Jan 27 14:19:32 2012 -0600
@@ -4603,7 +4603,8 @@
     setting, or a command-line merge tool like ``diff3``. The resolve
     command is used to manage the files involved in a merge, after
     :hg:`merge` has been run, and before :hg:`commit` is run (i.e. the
-    working directory must have two parents).
+    working directory must have two parents). See :hg:`help
+    merge-tools` for information on configuring merge tools.
 
     The resolve command can be used in the following ways: