Mercurial > evolve
changeset 61:0dfe459c7b1c
[states] add a small paragraph about controlling permision to move the boundary
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Mon, 12 Sep 2011 19:23:35 +0200 |
parents | 14a4499d2cd6 |
children | bd33e749dfcc |
files | hgext/states.py |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 ........