diff -r d1066fb2c95a -r dacbd20b2f72 README --- a/README Sat Oct 26 22:44:06 2019 +0700 +++ b/README Thu Nov 07 19:46:05 2019 +0100 @@ -116,16 +116,17 @@ .. _evolution: https://bz.mercurial-scm.org/buglist.cgi?component=evolution&query_format=advanced&resolution=--- -You can use the patchbomb extension to send email to `mercurial devel -`_. Please make -sure to use the evolve-ext flag when doing so. You can use a command like -this:: +The recommended way is to create Merge Request on +https://dev.heptapod.net/mercurial/evolve. To do so, create an account and +request access. You'll then be able to create topic based merge request. + +Alternatively, you can use the patchbomb extension to send email to `mercurial +devel `_. +Please make sure to use the evolve-ext flag when doing so. You can use a +command like this:: $ hg email --to mercurial-devel@mercurial-scm.org --flag evolve-ext --rev '' -Some of development happens on a public bitbucket repository (`evolve-devel`_) using the topic extension. - -.. _`evolve-devel`: https://bitbucket.org/octobus/evolve-devel For guidelines on the patch description, see the `official Mercurial guideline`_.