# HG changeset patch # User Pierre-Yves David # Date 2011-12-20 00:34:12 # Node ID e34f4d1f0dbb0c4f1d2a1d81d202a796e044ecef # Parent 8857e150bec046b171468a98953ac18b9e422156 phases: update doc to mention secret phase diff --git a/mercurial/phases.py b/mercurial/phases.py --- a/mercurial/phases.py +++ b/mercurial/phases.py @@ -34,6 +34,7 @@ These phases share a hierarchy of traits immutable shared public: X X draft: X + secret: local commits are draft by default @@ -50,6 +51,8 @@ A small list of fact/rules define the ex * pull never changes server states * publish and old server csets are seen as public by client +* Any secret changeset seens in another repository is lowered to at least draft + Here is the final table summing up the 49 possible usecase of phase exchange: