# HG changeset patch # User Pierre-Yves David # Date 1454584730 0 # Node ID 6482497d859b500e061cd4d6162d1abd9d7dda29 # Parent f932853783a5d9fda186c30f9733d9c7baf2da45 readme: point to mercurial-scm.org instead of selenic.com diff -r f932853783a5 -r 6482497d859b README --- a/README Thu Feb 04 11:17:09 2016 +0000 +++ b/README Thu Feb 04 11:18:50 2016 +0000 @@ -28,17 +28,17 @@ Contribute ========== -Bugs are to be reported on the mercurial's bug tracker: http://bz.selenic.com/ +Bugs are to be reported on the mercurial's bug tracker: http://bz.mercurial-scm.com/ Use the the "evolution" component. Please 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@selenic.com --flag evolve-ext --rev '' + hg email --to mercurial-devel@mercurial-scm.org --flag evolve-ext --rev '' See also -http://mercurial.selenic.com/wiki/ContributingChanges#Patch_descriptions +http://mercurial-scm.org/wiki/ContributingChanges#Patch_descriptions for guidelines on the patch description. Please don't forget to update and run the tests when you fix a bug or