# HG changeset patch # User "Yann E. MORIN" # Date 1254045828 -7200 # Node ID 61e8ce6419f42069a55cf11dca3d833d3427a7af # Parent 16a2eaf5fd778a6e3eb5ec6b8ec3e0d3e2a28bdb readme: document patch description diff -r 16a2eaf5fd77 -r 61e8ce6419f4 README --- a/README Mon Sep 14 18:58:55 2009 +0200 +++ b/README Sun Sep 27 12:03:48 2009 +0200 @@ -22,8 +22,8 @@ You can also point your browser to http://ymorin.is-a-geek.org/projects/crosstool -PARTICIPATING / -_____________/ +CONTRIBUTING / +____________/ Sending a bug report -------------------- @@ -50,6 +50,19 @@ - mq : http://mercurial.selenic.com/wiki/MqExtension - patchbomb : http://mercurial.selenic.com/wiki/PatchbombExtension +Commit messages should look like (without leading pipes): + |component: short, one-line description + | + |optional longer description + |on multiple lines if needed + +Here is an example commit message (see revision a53a5e1d61db): + |comp-libs/cloog: fix building + | + |For CLooG/PPL 0.15.3, the directory name was simply cloog-ppl. + |For any later versions, the directory name does have the version, such as + |cloog-ppl-0.15.4. + Here's a typical hacking session: hg clone http://ymorin.is-a-geek.org/hg/crosstool-ng crosstool-ng cd crosstool-ng