contrib/check-code.py
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
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
Mon, 05 Dec 2011 17:48:40 -0600 Matt Mackall merge with stable
Fri, 02 Dec 2011 16:50:48 +0100 Patrick Mezard test-svn-subrepo: fix reference output for svn 1.7 stable
Tue, 22 Nov 2011 01:37:26 +0100 Mads Kiilerich check-code: fix return code initialization
Fri, 11 Nov 2011 01:25:47 +0100 Mads Kiilerich check-code: add --nolineno option for hiding line numbers
Wed, 09 Nov 2011 16:36:54 -0600 Matt Mackall check-code: enable camelcase check, fix up problems
Mon, 31 Oct 2011 14:22:11 -0500 Matt Mackall tests: use md5sum.py instead of sha1sum, add check stable
Thu, 27 Oct 2011 17:22:04 -0500 Matt Mackall check-code: fix issues with finding patterns in unified tests, fix tests stable
Wed, 26 Oct 2011 12:56:27 -0500 Matt Mackall tests: fix check-code detection of anchored expressions, fix echo -n usage stable
Fri, 21 Oct 2011 16:52:23 -0500 Matt Mackall check-code: catch BaseException and os.path.relpath stable
Mon, 17 Oct 2011 17:27:33 -0500 Matt Mackall check-code: report suspicious string joins stable
Sun, 16 Oct 2011 22:15:43 -0500 Matt Mackall merge with crew stable
Mon, 17 Oct 2011 00:11:56 +0200 Mads Kiilerich tests: don't use 'test -e'
Sun, 16 Oct 2011 20:26:20 -0500 Matt Mackall check-code: support multiline matches like try/except/finally stable
Mon, 25 Jul 2011 14:59:31 -0500 Augie Fackler check-code: disallow use of hasattr()
Tue, 05 Jul 2011 11:53:32 +0100 Jim Hague treediscovery: rename stop() in tests to fix failures on AIX. stable
Wed, 29 Jun 2011 13:45:51 +0200 Thomas Arendsen Hein check-code: fix class style checking (with tests) stable
Tue, 21 Jun 2011 15:21:57 -0500 Matt Mackall check-code: don't mark debug messages for translation stable
Tue, 07 Jun 2011 17:02:54 -0500 Matt Mackall check-code: catch misspellings of descendant
Wed, 01 Jun 2011 12:38:46 +0200 Martin Geisler check-code: flag 0/1 used as constant Boolean expression
Thu, 12 May 2011 18:19:28 +0200 Sune Foldager check-code: add /= to operator list
Sun, 08 May 2011 11:39:24 -0500 Matt Mackall check-code: complain about set.isdisjoint
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
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
less more (0) -120 tip