comparison README @ 3816:4c68dd62943c mercurial-4.5

test-compat: merge stable into mercurial-4.5
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 08 Jun 2018 22:52:51 +0530
parents 6352dc395ebf
children 75e4c451b753
comparison
equal deleted inserted replaced
3722:57d52e415ebb 3816:4c68dd62943c
81 81
82 82
83 How to Contribute 83 How to Contribute
84 ================= 84 =================
85 85
86 Discussion happens on the #hg-evolve IRC on freenode_.
87
88 .. _freenode: https://freenode.net/
89
86 Bugs are to be reported on the mercurial's bug tracker (component: `evolution`_): 90 Bugs are to be reported on the mercurial's bug tracker (component: `evolution`_):
87 91
88 .. _evolution: https://bz.mercurial-scm.org/buglist.cgi?component=evolution&query_format=advanced&resolution=--- 92 .. _evolution: https://bz.mercurial-scm.org/buglist.cgi?component=evolution&query_format=advanced&resolution=---
89 93
90 Please use the patchbomb extension to send email to `mercurial devel 94 You can use the patchbomb extension to send email to `mercurial devel
91 <https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel>`_. Please make 95 <https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel>`_. Please make
92 sure to use the evolve-ext flag when doing so. You can use a command like 96 sure to use the evolve-ext flag when doing so. You can use a command like
93 this:: 97 this::
94 98
95 $ hg email --to mercurial-devel@mercurial-scm.org --flag evolve-ext --rev '<your patches>' 99 $ hg email --to mercurial-devel@mercurial-scm.org --flag evolve-ext --rev '<your patches>'
100
101 Some of development happens on a public bitbucket repository (`evolve-devel`_) using the topic extension.
102
103 .. _`evolve-devel`: https://bitbucket.org/octobus/evolve-devel
96 104
97 For guidelines on the patch description, see the `official Mercurial guideline`_. 105 For guidelines on the patch description, see the `official Mercurial guideline`_.
98 106
99 .. _`official Mercurial guideline`: https://mercurial-scm.org/wiki/ContributingChanges#Patch_descriptions 107 .. _`official Mercurial guideline`: https://mercurial-scm.org/wiki/ContributingChanges#Patch_descriptions
100 108