Mahlon E. Smith <mahlon@martini.nu> [Wed, 31 Oct 2018 13:22:13 -0700] rev 378
Merge 7a1d6b228af6
Mahlon E. Smith <mahlon@martini.nu> [Wed, 31 Oct 2018 13:21:37 -0700] rev 377
Merge a41e4382ea6e
Cédric Krier <ced@b2ck.com> [Fri, 20 Jul 2018 17:17:49 +0200] rev 376
Remove usage of changectx
The method has been removed in changeset 836867586b83 of Mercurial.
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