help: call out specific replacement configuration settings stable
authorMatt Harbison <matt_harbison@yahoo.com>
Wed, 03 May 2017 22:56:53 -0400
branchstable
changeset 32140 40785ccab410
parent 32139 de86a6872d06
child 32141 4fadea09feca
child 32178 3ada044340be
help: call out specific replacement configuration settings As an aside, I'm having trouble parsing the help text meaning for HG when it is unset or empty. How can it be the frozen name or searched if it is empty?
mercurial/help/environment.txt
--- a/mercurial/help/environment.txt	Wed May 03 22:07:47 2017 -0400
+++ b/mercurial/help/environment.txt	Wed May 03 22:56:53 2017 -0400
@@ -8,7 +8,7 @@
 HGEDITOR
     This is the name of the editor to run when committing. See EDITOR.
 
-    (deprecated, use configuration file)
+    (deprecated, see :hg:`help config.ui.editor`)
 
 HGENCODING
     This overrides the default locale setting detected by Mercurial.
@@ -36,7 +36,7 @@
     will be executed with three arguments: local file, remote file,
     ancestor file.
 
-    (deprecated, use configuration file)
+    (deprecated, see :hg:`help config.ui.merge`)
 
 HGRCPATH
     A list of files or directories to search for configuration
@@ -87,7 +87,7 @@
     - interactive prompt
     - LOGNAME (with ``@hostname`` appended)
 
-    (deprecated, use configuration file)
+    (deprecated, see :hg:`help config.ui.username`)
 
 EMAIL
     May be used as the author of a commit; see HGUSER.