[states] add a small paragraph about controlling permision to move the boundary
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Mon, 12 Sep 2011 19:23:35 +0200
changeset 61 0dfe459c7b1c
parent 60 14a4499d2cd6
child 62 bd33e749dfcc
[states] add a small paragraph about controlling permision to move the boundary
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
 ........