log contrib/check-code.py @ 17299:e51d4aedace9 stable

age author description
Tue, 31 Jul 2012 03:30:42 +0200 Mads Kiilerich check-code: indent 4 spaces in py files stable
Fri, 06 Jul 2012 19:48:19 +0200 Pierre-Yves David check-code: recognise %= as an operator
Thu, 05 Jul 2012 00:49:26 +0200 Mads Kiilerich check-code: verify that 'saved backup bundle to ...' is '(glob)'ed
Sat, 16 Jun 2012 21:57:42 +0200 Mads Kiilerich test-alias: adapt for Windows
Sun, 13 May 2012 13:18:06 +0200 Brodie Rao check-code: ignore naked excepts with a "re-raise" comment
Sun, 13 May 2012 13:17:50 +0200 Brodie Rao check-code: improve detection of naked except clauses
Sun, 13 May 2012 13:17:27 +0200 Brodie Rao check-code: promote 80+ character line warning to an error
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Wed, 25 Apr 2012 01:35:39 +0200 Mads Kiilerich tests: unify the last sh tests
Wed, 25 Apr 2012 01:35:39 +0200 Mads Kiilerich tests: run most check-code sh checks on continued lines too
Mon, 07 May 2012 10:02:50 +0200 Martin Geisler check-code: catch unnecessary s.strip().split() calls
Mon, 23 Apr 2012 01:56:48 +0200 Mads Kiilerich tests: avoid tab indent on all kinds of lines of sh commands stable
Mon, 23 Apr 2012 01:56:48 +0200 Mads Kiilerich tests: use 'do sleep 0' instead of 'do true', also on first line of command stable
Mon, 23 Apr 2012 01:56:48 +0200 Mads Kiilerich check-code: put grouping around regexps generated from testpats stable
Mon, 23 Apr 2012 01:56:48 +0200 Mads Kiilerich tests: don't use /dev/urandom for largefiles testing stable
Mon, 23 Apr 2012 01:39:26 +0200 Mads Kiilerich tests: fix incorrect markup of continued lines of sh commands stable
Mon, 23 Apr 2012 01:39:26 +0200 Mads Kiilerich check-code: 'printf \0' is apparently fine - accept it in check-code stable
Mon, 23 Apr 2012 01:39:26 +0200 Mads Kiilerich tests: solaris sh can not negate exit status with '!' stable
Mon, 23 Apr 2012 01:39:26 +0200 Mads Kiilerich tests: ^ must be quoted when used on solaris sh stable
Sat, 14 Apr 2012 01:39:35 -0500 Matt Mackall merge with stable
Fri, 13 Apr 2012 15:07:13 +0200 Patrick Mezard mq: replace hasattr() with util.safehasattr(), update check-code.py stable
Thu, 12 Apr 2012 20:22:18 -0500 Matt Mackall check-code: avoid false-positive on ++
Fri, 06 Apr 2012 15:18:14 -0500 Matt Mackall merge with stable
Thu, 05 Apr 2012 12:31:21 +0100 Jim Hague tests: avoid test-hup hanging on AIX stable
Sun, 01 Apr 2012 13:59:11 -0500 Matt Mackall tests: remove sed -i from test-record
Mon, 12 Mar 2012 13:37:39 -0500 Matt Mackall pvec: introduce pvecs
Thu, 08 Mar 2012 15:59:44 -0600 Matt Mackall check-code: check for % inside _()
Wed, 08 Feb 2012 16:56:00 +0000 Jim Hague tests: tighten checks for octal escapes in shell printf. stable
Fri, 27 Jan 2012 03:00:03 +0100 Mads Kiilerich tests: don't use alias stable
Wed, 11 Jan 2012 01:56:05 +0100 Mads Kiilerich tests: keep track of all check-code.py warnings