log contrib/check-code.py @ 14235:b9e1b041744f

age author description
Fri, 06 May 2011 00:34:10 +0200 Mads Kiilerich check-code: fix checking for sh style in .t tests
Mon, 02 May 2011 10:11:24 +0200 Dan Villiom Podlaski Christiansen check-code: disallow calling opener(...).read() and opener(..).write()
Sun, 01 May 2011 16:11:42 +0200 timeless check-code: check for repo in revlog and ui in util
Sun, 01 May 2011 16:10:51 +0200 timeless check-code: allow for checking multiple pattern sets per file
Sun, 01 May 2011 15:55:00 +0200 timeless check-code: adding debug flag
Mon, 25 Apr 2011 13:03:26 +0300 Idan Kamara check-code: separate warnings to avoid repetitive str.startswith
Sat, 23 Apr 2011 00:52:21 +0300 Idan Kamara check-code: warn about naked except clauses
Wed, 23 Mar 2011 23:05:32 +0100 Dan Villiom Podlaski Christiansen osutil: replace #import with #include, and add a check for it
Wed, 23 Mar 2011 09:41:58 -0500 Matt Mackall osutil: fix up check-code issues
Wed, 02 Mar 2011 14:52:31 +0100 Martin Geisler check-code: catch "echo > $HGRCPATH" too
Wed, 02 Mar 2011 14:22:50 +0100 Martin Geisler check-code: better check for overwriting $HGRCPATH
Tue, 01 Mar 2011 17:01:17 +0100 Martin Geisler tests: don't overwrite HGRCPATH
Fri, 24 Dec 2010 15:23:01 +0100 Dan Villiom Podlaski Christiansen explicitly close files
Wed, 26 Jan 2011 12:35:02 +0100 Martin Geisler check-code: do not complain about 'ls x | foo -v'
Thu, 16 Dec 2010 14:50:37 -0600 Matt Mackall check-code: catch os.path.relpath
Thu, 16 Dec 2010 14:50:36 -0600 Matt Mackall check-code: catch "except as"
Fri, 03 Dec 2010 12:04:31 +0100 Thomas Arendsen Hein check-code: single check for Python keywords used as a function
Fri, 03 Dec 2010 11:23:38 +0100 Thomas Arendsen Hein check-code: check for gratuitous whitespace after Python keywords
Mon, 22 Nov 2010 18:15:58 +0100 Martin Geisler code style: prefer 'is' and 'is not' tests with singletons
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