# HG changeset patch # User Pierre-Yves David # Date 1315848215 -7200 # Node ID 0dfe459c7b1c158bfd98ed5b73ac750837f4b835 # Parent 14a4499d2cd65d47cefa27683bad9be1c395f5ba [states] add a small paragraph about controlling permision to move the boundary diff -r 14a4499d2cd6 -r 0dfe459c7b1c hgext/states.py --- a/hgext/states.py Mon Sep 12 14:05:32 2011 +0200 +++ b/hgext/states.py Mon Sep 12 19:23:35 2011 +0200 @@ -217,6 +217,16 @@ :push: As :hg:`out` + sync state of common changeset on both side :rollback: rollback restore states heads as before the last transaction (see bookmark) +State Transition control +......................... + +There is currently no way to control who can alter boundary (The most notable +usecase is about the published one). + +This is probably needed quickly + +XXX TODO: Proper behaviour when heads file are chmoded whould be a first step. + Template ........