changeset 27514:311eddddca49

phases: mention how to make secret commits in help
author timeless <timeless@mozdev.org>
date Tue, 22 Dec 2015 20:10:22 +0000
parents e2aa9c4030c4
children f8142cb77b1e
files mercurial/help/phases.txt
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 ==================