##// END OF EJS Templates
phases: update doc to mention secret phase
Pierre-Yves David -
r15705:e34f4d1f default
parent child Browse files
Show More
@@ -34,6 +34,7 b' These phases share a hierarchy of traits'
34 34 immutable shared
35 35 public: X X
36 36 draft: X
37 secret:
37 38
38 39 local commits are draft by default
39 40
@@ -50,6 +51,8 b' A small list of fact/rules define the ex'
50 51 * pull never changes server states
51 52 * publish and old server csets are seen as public by client
52 53
54 * Any secret changeset seens in another repository is lowered to at least draft
55
53 56
54 57 Here is the final table summing up the 49 possible usecase of phase exchange:
55 58
General Comments 0
You need to be logged in to leave comments. Login now