# HG changeset patch # User Martijn Pieters # Date 1539524416 -7200 # Node ID 47084b5ffd80bb83944194ac8fc3fac5d0a8cc24 # Parent 43f0a37bd9ed20b45d73f667acbb0c3035492e1a style: drop requirement to only use single lines between top-level objects Differential Revision: https://phab.mercurial-scm.org/D5105 diff -r 43f0a37bd9ed -r 47084b5ffd80 contrib/check-commit --- a/contrib/check-commit Sun Oct 14 13:05:53 2018 -0400 +++ b/contrib/check-commit Sun Oct 14 15:40:16 2018 +0200 @@ -39,8 +39,6 @@ "summary keyword should be most user-relevant one-word command or topic"), (afterheader + r".*\.\s*\n", "don't add trailing period on summary line"), (afterheader + r".{79,}", "summary line too long (limit is 78)"), - (r"\n\+\n( |\+)\n", "adds double empty line"), - (r"\n \n\+\n", "adds double empty line"), # Forbid "_" in function name. # # We skip the check for cffi related functions. They use names mapping the