Mercurial > public > mercurial-scm > hg-stable
diff tests/test-contrib-check-commit.t @ 27783:1d095371de47
check-commit: sort errors by line number
author | timeless <timeless@mozdev.org> |
---|---|
date | Tue, 12 Jan 2016 08:34:38 +0000 |
parents | 7291c8165e33 |
children | e529b5f1b9e3 |
line wrap: on
line diff
--- a/tests/test-contrib-check-commit.t Tue Jan 12 08:50:15 2016 +0000 +++ b/tests/test-contrib-check-commit.t Tue Jan 12 08:34:38 2016 +0000 @@ -55,15 +55,15 @@ > if opts.get('all'): > EOF $ cat patch-with-long-header.diff | $TESTDIR/../contrib/check-commit - 7: (BC) needs to be uppercase + 1: username is not an email address + # User timeless + 7: summary keyword should be most user-relevant one-word command or topic transplant/foo: this summary is way too long use Oxford comma (bc) (bug123) (issue 244) - 7: no space allowed between issue and number + 7: (BC) needs to be uppercase transplant/foo: this summary is way too long use Oxford comma (bc) (bug123) (issue 244) 7: use (issueDDDD) instead of bug transplant/foo: this summary is way too long use Oxford comma (bc) (bug123) (issue 244) - 1: username is not an email address - # User timeless - 7: summary keyword should be most user-relevant one-word command or topic + 7: no space allowed between issue and number transplant/foo: this summary is way too long use Oxford comma (bc) (bug123) (issue 244) 7: summary line too long (limit is 78) transplant/foo: this summary is way too long use Oxford comma (bc) (bug123) (issue 244) @@ -96,16 +96,16 @@ $ cat patch-with-long-header.diff | $TESTDIR/../contrib/check-commit 1: username is not an email address # User timeless - 7: summary line doesn't start with 'topic: ' + 7: don't capitalize summary lines This has no topic and ends with a period. - 7: don't capitalize summary lines + 7: summary line doesn't start with 'topic: ' This has no topic and ends with a period. 7: don't add trailing period on summary line This has no topic and ends with a period. - 19: adds double empty line - + 15: adds double empty line + 16: adds a function with foo_bar naming + def blah_blah(x): + 19: adds double empty line + + [1]