Cédric Krier <ced@b2ck.com> [Mon, 11 Sep 2017 21:38:10 +0200] rev 375
Use repo vfs to join the server log
The method join on repo has been removed in changeset edb7f628ef8b of
mercurial.
Cédric Krier <ced@b2ck.com> [Sun, 14 Dec 2014 20:30:25 +0100] rev 374
Set user as login name
using a configuration index of the key path.
David Douard <david.douard@logilab.fr> [Wed, 05 Mar 2014 12:16:46 +0100] rev 373
Log phase transitions (draft->public)
Ensure phase transitions are logged in the mercurial-server.log file
David Douard <david.douard@logilab.fr> [Mon, 03 Nov 2014 11:12:45 +0100] rev 372
Add support for phases
This adds a "publish" permission level (between "init" and "write") required to
be able to change the phase of a changeset from "draft" to "public".
Update documentation accordingly.
This is meant to be used for using the changeset evolution feature of mercurial,
see http://evolution.experimentalworks.net/doc/
David Douard <david.douard@logilab.fr> [Mon, 03 Nov 2014 11:12:35 +0100] rev 371
[test] add unit tests for ruleset
We extract the rules building logic from readfile into a Ruleset.buildrules()
method to ease testing.
David Ireland <david@lshift.net> [Mon, 22 Dec 2014 09:07:48 +0000] rev 370
Adding branch for phases
Ashley Hewson <ash@lshift.net> [Wed, 23 Jul 2014 14:31:59 +0000] rev 369
README.md edited online with Bitbucket
Ashley Hewson <ash@lshift.net> [Wed, 23 Jul 2014 15:30:49 +0100] rev 368
update README