##// END OF EJS Templates
help: add missing phase config items to config topic
Matt Mackall -
r15999:76625324 stable
parent child Browse files
Show More
@@ -915,6 +915,21 b' the following entries.'
915 Optional. Directory or URL to use when pushing if no destination
915 Optional. Directory or URL to use when pushing if no destination
916 is specified.
916 is specified.
917
917
918 ``phases``
919 """"""""""
920
921 Specifies default handling of phases. See :hg:'help phases' for more
922 information about working with phases.
923
924 ``publish``
925 Controls draft phase behavior when working as a server. When true,
926 pushed changesets are set to public in both client and server and
927 pulled or cloned changesets are set to public in the client.
928 Default: True
929
930 ``new-commit``
931 Phase of newly-created commits.
932 Default: draft
918
933
919 ``profiling``
934 ``profiling``
920 """""""""""""
935 """""""""""""
General Comments 0
You need to be logged in to leave comments. Login now