# HG changeset patch # User Olivier Delalleau # Date 1284133368 14400 # Node ID d422f726c1567618ee0de0330af80f2c1a8a5b55 # Parent ee7f34fc98fe3255868997f61a0774902d9e3d8d coding_style: Discussion and one more point to think about diff -r ee7f34fc98fe -r d422f726c156 doc/v2_planning/coding_style.txt --- a/doc/v2_planning/coding_style.txt Fri Sep 10 11:38:40 2010 -0400 +++ b/doc/v2_planning/coding_style.txt Fri Sep 10 11:42:48 2010 -0400 @@ -97,6 +97,9 @@ few typical examples (and the same happens with multi-lines lists) (Fred: I would do 2 or 3, but not 1. I find it more redable when the indent is broken after a paranthesis then at any point. + OD: After thinking about it, I agreee as well. My recommendation would + be to go with 2 when it can fit on two lines, and 3 otherwise. Same + with lists. * From PEP 257: The BDFL [3] recommends inserting a blank line between the last paragraph in a multi-line docstring and its closing quotes, placing @@ -287,3 +290,9 @@ raise MyException(args) where MyException inherits from Exception. +Mercurial commits +----------------- + + * How to write good commit messages? + * Standardize the merge commit text (what is the message from fetch?) +