changeset 15999:76625324bd55 stable

help: add missing phase config items to config topic
author Matt Mackall <mpm@selenic.com>
date Thu, 26 Jan 2012 17:54:22 -0600
parents 916de764b4f6
children 25fa240139cb
files mercurial/help/config.txt
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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``
 """""""""""""