[states] add a small paragraph about controlling permision to move the boundary
diff --git a/hgext/states.py b/hgext/states.py --- a/hgext/states.py +++ b/hgext/states.py @@ -217,6 +217,16 @@ As said in the previous section: :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 ........