# HG changeset patch # User Matt Mackall # Date 2012-01-26 23:54:22 # Node ID 76625324bd55187c657eb6f249b39e07dff7b259 # Parent 916de764b4f67c144e5de243a4f56a9f69b33d42 help: add missing phase config items to config topic diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -915,6 +915,21 @@ the following entries. 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`` """""""""""""