contrib/check-code.py
Thu, 25 Jul 2013 10:44:51 -0400 Augie Fackler check-code: add a check for the next() builtin, which was new in 2.6 stable
Mon, 22 Jul 2013 10:04:45 +0200 Simon Heimberg check-code: do not abort on an unreadable file, only report this stable
Tue, 16 Jul 2013 01:29:14 +0200 Simon Heimberg check-code: automatically preppend "warning: " to all warning messages
Mon, 01 Jul 2013 06:50:58 +0200 Simon Heimberg check-code: concatenate "check-code" on compile time
Mon, 01 Jul 2013 06:50:58 +0200 Simon Heimberg check-code: do not warn on printf \\x or \\[1-9]
Mon, 01 Jul 2013 20:48:56 +0200 Simon Heimberg cleanup: drop unused variables and an unused import
Sat, 08 Jun 2013 20:20:14 +0200 Simon Heimberg check-code: introduce function for using re2 when available
Sat, 08 Jun 2013 20:20:14 +0200 Simon Heimberg check-code: compile filters when loading
Sat, 08 Jun 2013 20:20:14 +0200 Simon Heimberg check-code: compile all patterns on initialisation
Sat, 08 Jun 2013 20:20:14 +0200 Simon Heimberg check-code: only fix patterns once
Thu, 09 May 2013 15:22:54 -0500 Matt Mackall check-code: add another Windows pathsep rule
Fri, 03 May 2013 14:19:30 -0700 Brendan Cully tests: check path separator in moves
Thu, 02 May 2013 15:21:47 -0500 Matt Mackall check-code: add more path sep glob checks
Tue, 23 Apr 2013 16:57:51 -0500 Kevin Bullock check-code: fix sed 'i' command rule newline matching stable
Mon, 22 Apr 2013 16:50:08 -0500 Kevin Bullock check-code: expand sed rule to include more offenders stable
Mon, 22 Apr 2013 16:33:28 -0500 Kevin Bullock check-code: add a rule against a GNU sed-ism stable
Wed, 17 Apr 2013 14:38:02 -0500 Matt Mackall check-code: add check for lock release order
Mon, 15 Apr 2013 01:37:23 +0200 Mads Kiilerich check-code: check txt files for trailing whitespace
Mon, 15 Apr 2013 01:37:23 +0200 Mads Kiilerich check-code: catch trailing space in comments
Wed, 27 Mar 2013 08:57:45 -0700 Bryan O'Sullivan check-code: fix a check-code failure in check-code
Fri, 01 Mar 2013 00:59:22 +0100 Simon Heimberg check-code: re-add check for missing glob
Fri, 01 Mar 2013 00:03:51 +0100 Simon Heimberg tests: append missing glob to filename output and check-code it
Thu, 28 Feb 2013 23:45:51 +0100 Simon Heimberg check-code: extract windows glob warning message
Sat, 09 Mar 2013 22:14:46 +0100 Simon Heimberg check-code: do not prepend "warning" to a failure message
Wed, 13 Feb 2013 21:51:47 +0100 Simon Heimberg check-code: warn about line glob match with no glob character (?*/)
Fri, 08 Feb 2013 19:32:56 +0000 Kevin Bullock check-code: warn to use killdaemons instead of kill `cat PIDFILE`
Thu, 31 Jan 2013 02:39:55 +0100 Mads Kiilerich tests: use `pwd` instead of ${PWD} in test-convert-git.t - because of Solaris stable
Tue, 01 Jan 2013 13:05:22 -0600 Augie Fackler check-code: disallow defunct <> operator
Tue, 01 Jan 2013 12:58:21 -0600 Augie Fackler check-code: disallow two-argument form of raise
Sun, 09 Dec 2012 23:33:16 +0100 Mads Kiilerich check-code: make 'missing whitespace in assignment' more aggressive
Sun, 09 Dec 2012 23:33:16 +0100 Mads Kiilerich check-code: there must also be whitespace between ')' and operator
Sun, 25 Nov 2012 13:57:00 -0600 Matt Mackall check-code: move i18n check from warning to error
Wed, 03 Oct 2012 22:09:18 +0200 Idan Kamara check-code: replace heredocs in unified tests
Wed, 19 Sep 2012 12:29:12 +0200 Thomas Arendsen Hein check-code: catch yield inside try/finally (with tests)
Mon, 27 Aug 2012 23:14:27 +0200 Mads Kiilerich avoid using abbreviations that look like spelling errors
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Wed, 08 Aug 2012 18:10:37 +0200 Mads Kiilerich check-code: fix check for trailing whitespace on continued lines too
Wed, 08 Aug 2012 18:10:30 +0200 Mads Kiilerich check-code: fix check for trailing whitespace on empty lines
Wed, 08 Aug 2012 18:10:16 +0200 Mads Kiilerich check-code: fix check for trailing whitespace on sh command lines
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
less more (0) -100 -60 tip