help: add missing phase config items to config topic stable
authorMatt Mackall <mpm@selenic.com>
Thu, 26 Jan 2012 17:54:22 -0600
branchstable
changeset 15999 76625324bd55
parent 15998 916de764b4f6
child 16000 25fa240139cb
help: add missing phase config items to config topic
mercurial/help/config.txt
--- a/mercurial/help/config.txt	Thu Jan 26 17:23:43 2012 -0200
+++ b/mercurial/help/config.txt	Thu Jan 26 17:54:22 2012 -0600
@@ -915,6 +915,21 @@
     Optional. Directory or URL to use when pushing if no destination
     is specified.
 
+``phases``
+""""""""""
+
+Specifies default handling of phases. See :hg:'help phases' for more
+information about working with phases.
+
+``publish``
+    Controls draft phase behavior when working as a server. When true,
+    pushed changesets are set to public in both client and server and
+    pulled or cloned changesets are set to public in the client.
+    Default: True
+
+``new-commit``
+    Phase of newly-created commits.
+    Default: draft
 
 ``profiling``
 """""""""""""