# HG changeset patch # User raph # Date 1263550551 -3600 # Node ID f3475a0fd37d8152e0af39c78bbd967d45fc6aae # Parent deabd972bda5cd9fa21c39bbd21e163e00775c7e how to contribute without using mercurial diff -r deabd972bda5 -r f3475a0fd37d README.txt --- a/README.txt Fri Jan 15 10:31:03 2010 +0100 +++ b/README.txt Fri Jan 15 11:15:51 2010 +0100 @@ -147,6 +147,9 @@ How to contribute ================= + +Contribute using mercurial +-------------------------- We use mercurial as our source code management system. 1. Create a mercurial profile (nickname/email) in ~/.hgrc (cf. http://mercurial.selenic.com/quickstart for more info). @@ -159,6 +162,11 @@ 6. Create a ticket describing your change and attach your patch to it: http://www.co-ment.org/newticket 7. We will review the patch and get in touch will you if needed +Contribute without using mercurial +---------------------------------- +If you know want to use mercurial, you can also create a ticket (http://www.co-ment.org/newticket) with a few modified files to the bugtracker. +Make sure you leave us a nickname and an email for inclusion in the changelog. + Translation ============