changeset 27514 | 311eddddca49 |
parent 20532 | f1a3ae7c15df |
child 34948 | ff178743e59b |
--- a/mercurial/help/phases.txt Tue Dec 22 21:38:06 2015 -0800 +++ b/mercurial/help/phases.txt Tue Dec 22 20:10:22 2015 +0000 @@ -28,6 +28,12 @@ Phases can also be manually manipulated with the :hg:`phase` command if needed. See :hg:`help -v phase` for examples. +To make yours commits secret by default, put this in your +configuration file:: + + [phases] + new-commit = secret + Phases and servers ==================