log contrib/check-code.py @ 13026:53391819f195

age author description
Sun, 21 Nov 2010 11:52:27 +0100 Adrian Buehlmann check-code: catch Python 'is' comparing number or string literals
Wed, 17 Nov 2010 09:37:57 +0100 Martin Geisler check-code: catch 'ls filename --option' case as per 6bdae8ea0b48
Thu, 11 Nov 2010 00:08:09 +0100 Martin Geisler check-code: using and/or/not as a function is bad style
Wed, 20 Oct 2010 14:57:36 -0500 Matt Mackall check-code: warning and fixes for whitespace in unified tests
Wed, 20 Oct 2010 10:13:04 +0200 Martin Geisler check-code: find trailing whitespace
Sat, 16 Oct 2010 18:09:01 +0200 Adrian Buehlmann check-code: add 'no tab indent' check for unified tests
Tue, 21 Sep 2010 18:36:23 +0200 Dan Villiom Podlaski Christiansen tests: compatibility fix.
Tue, 21 Sep 2010 16:44:13 -0500 Matt Mackall tests: drop a bunch of sed calls from unified tests
Tue, 21 Sep 2010 12:41:24 -0500 Matt Mackall check-code: add some basic support for unified tests
Sun, 15 Aug 2010 18:13:46 +0200 Martin Geisler Merge with stable
Sun, 15 Aug 2010 17:48:05 +0200 Martin Geisler check-code: catch "echo -n" in tests stable
Thu, 12 Aug 2010 16:42:41 +0800 Alecs King check-code: add exit status
Sat, 07 Aug 2010 16:13:53 -0300 Renato Cunha check-code: added a check for calls to the builtin cmp function
Sun, 25 Jul 2010 17:10:32 -0500 Matt Mackall check-code: add warning on lines over 80 characters
Fri, 16 Jul 2010 13:26:39 -0500 Matt Mackall check-code: add --blame switch
Fri, 16 Jul 2010 14:48:52 +0200 Martin Geisler check-code: catch dict.has_key
Fri, 16 Jul 2010 14:45:52 +0200 Martin Geisler Merge with stable
Fri, 16 Jul 2010 14:40:57 +0200 Martin Geisler check-code: warn about untranslated ui.warn calls stable
Wed, 14 Jul 2010 23:15:03 -0300 Renato Cunha check-code: added check for reduce usage
Wed, 14 Jul 2010 23:15:00 -0300 Renato Cunha check-code: check for tuple parameter unpacking (missing in py3k)
Fri, 09 Jul 2010 14:01:55 +0200 Martin Geisler check-code: add test for callable stable
Tue, 15 Jun 2010 10:01:55 +0200 Martin Geisler check-code: reformat long lines
Tue, 15 Jun 2010 09:55:59 +0200 Martin Geisler check-code: catch format(), introduced in Python 2.6
Tue, 15 Jun 2010 09:51:52 +0200 Martin Geisler check-code: fix check for any/all function
Fri, 21 May 2010 22:53:57 +0900 Yuya Nishihara check-code: add check for 'source'
Wed, 14 Apr 2010 17:58:10 +0900 Nicolas Dumazet pylint, pyflakes: remove unused or duplicate imports
Mon, 12 Apr 2010 17:41:32 -0700 Matt Mackall check-code: add a warnings level
Thu, 01 Apr 2010 17:51:59 -0500 Matt Mackall Merge with stable
Wed, 31 Mar 2010 11:07:46 +0200 Mads Kiilerich check-code.py: Check for bare ^ stable
Thu, 18 Mar 2010 16:32:03 +0100 Benoit Boissinot check-code: more tests and more robust python filtering