Tue, 02 Feb 2016 21:20:04 -0800 |
Martin von Zweigbergk |
check-code: allow "grep pattern filename-containing-dash-a"
|
file |
diff |
annotate
|
Tue, 12 Jan 2016 15:58:59 +0000 |
timeless |
check-code: export needs a space to avoid false positives
|
file |
diff |
annotate
|
Fri, 08 Jan 2016 12:35:02 -0600 |
Matt Mackall |
check-code: allow only-whitespace lines in tests
|
file |
diff |
annotate
|
Thu, 31 Dec 2015 17:41:59 +0000 |
timeless |
check-code: enforce strict spacing around assignment
|
file |
diff |
annotate
|
Thu, 24 Dec 2015 19:32:14 +0000 |
timeless |
check-code: improve test-check-code error diffs
|
file |
diff |
annotate
|
Sun, 27 Dec 2015 15:24:48 -0800 |
Danek Duvall |
tests: Solaris diff -U also emits "No differences encountered"
|
file |
diff |
annotate
|
Thu, 15 Oct 2015 17:28:26 -0400 |
timeless |
check-code: allow argument passing py2.6ism
|
file |
diff |
annotate
|
Thu, 15 Oct 2015 20:36:12 -0400 |
timeless |
check-code: block non-portable pipe-and
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 12:53:09 -0700 |
Pierre-Yves David |
check-code: detect and ban 'util.Abort'
|
file |
diff |
annotate
|
Thu, 24 Sep 2015 00:34:15 -0700 |
Pierre-Yves David |
check-code: forbid mutable value for default argument
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 22:20:01 -0700 |
Gregory Szorc |
check-code: detect legacy exception syntax
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 22:38:21 -0700 |
Gregory Szorc |
check-code: detect legacy octal syntax
|
file |
diff |
annotate
|
Tue, 16 Jun 2015 23:06:30 +0900 |
Yuya Nishihara |
check-code: ban use of '[[ ]]' in tests
|
file |
diff |
annotate
|
Tue, 19 May 2015 08:41:04 -0500 |
Matt Mackall |
check-code: reintroduce str.format() ban for 3.x porting
|
file |
diff |
annotate
|
Mon, 18 May 2015 16:18:18 -0500 |
Pierre-Yves David |
check-code: drop ban of 'val if cond else otherval' construct
|
file |
diff |
annotate
|
Mon, 18 May 2015 16:11:44 -0500 |
Pierre-Yves David |
check-code: drop the 'format' built-in
|
file |
diff |
annotate
|
Mon, 18 May 2015 16:09:05 -0500 |
Pierre-Yves David |
check-code: drop ban of str.format
|
file |
diff |
annotate
|
Mon, 18 May 2015 13:20:19 -0500 |
Pierre-Yves David |
check-code: drop ban of BaseException
|
file |
diff |
annotate
|
Mon, 18 May 2015 12:56:59 -0500 |
Pierre-Yves David |
check-code: drop the yield inside try/finally ban
|
file |
diff |
annotate
|
Sat, 16 May 2015 14:34:04 -0400 |
Augie Fackler |
check-code: un-ban __builtins__.all now that we're on 2.6
|
file |
diff |
annotate
|
Sat, 16 May 2015 14:31:03 -0400 |
Augie Fackler |
check-code: un-ban any() now that we're on 2.6
|
file |
diff |
annotate
|
Sun, 17 May 2015 17:47:42 -0700 |
Pierre-Yves David |
check-code: lift the ban on 'next()'
|
file |
diff |
annotate
|
Sun, 17 May 2015 17:45:47 -0700 |
Pierre-Yves David |
check-code: drop the 'isdisjoint' ban
|
file |
diff |
annotate
|
Sun, 17 May 2015 17:40:26 -0700 |
Pierre-Yves David |
check-code: fix the error message about 'class foo():'
|
file |
diff |
annotate
|
Sun, 17 May 2015 17:36:26 -0700 |
Pierre-Yves David |
check-code: remove the check for os.path.relpath
|
file |
diff |
annotate
|
Fri, 15 May 2015 09:54:35 -0500 |
Matt Mackall |
check-code: drop try/except/finally check
|
file |
diff |
annotate
|
Wed, 13 May 2015 11:49:38 -0700 |
Pierre-Yves David |
check-code: allow with statements
|
file |
diff |
annotate
|
Wed, 13 May 2015 11:41:17 -0700 |
Pierre-Yves David |
check-code: allow 'Except EClass as variable:'
|
file |
diff |
annotate
|
Wed, 13 May 2015 11:39:48 -0700 |
Pierre-Yves David |
check-code: allow print and exec as a function
|
file |
diff |
annotate
|
Mon, 11 May 2015 22:47:01 -0400 |
Matt Harbison |
check-code: drop the python 2.5 warning for os.path.relpath()
|
file |
diff |
annotate
|
Wed, 22 Apr 2015 23:38:55 +0900 |
FUJIWARA Katsunori |
check-code: check os.path.join(*, '') not working correctly with Python 2.7.9
stable
|
file |
diff |
annotate
|
Tue, 24 Mar 2015 12:52:53 -0700 |
Laurent Charignon |
check-code: in C code, prevent space before closing parenthesis
|
file |
diff |
annotate
|
Tue, 17 Mar 2015 21:48:34 -0400 |
Matt Harbison |
check-code: enforce the usage of 'seq.py' instead of 'seq'
|
file |
diff |
annotate
|
Thu, 05 Mar 2015 13:21:57 -0600 |
Matt Mackall |
check-code: allow disabling msys path check
|
file |
diff |
annotate
|
Thu, 22 Jan 2015 00:10:26 +0900 |
FUJIWARA Katsunori |
check-code.py: avoid warning against "reverting subrepo ..." lines
stable
|
file |
diff |
annotate
|
Thu, 17 Apr 2014 22:47:38 +0200 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
file |
diff |
annotate
|
Mon, 03 Nov 2014 11:06:51 -0600 |
Matt Mackall |
test-revert.t: fix wc check-code false positive
|
file |
diff |
annotate
|
Wed, 17 Sep 2014 00:28:37 +0900 |
Yuya Nishihara |
check-code: look for misuse of __bool__
|
file |
diff |
annotate
|
Thu, 14 Aug 2014 16:39:27 -0500 |
Matt Mackall |
check-code: extend try/except/finally check for multiple except clauses
|
file |
diff |
annotate
|
Sat, 02 Aug 2014 17:04:53 -0700 |
Pierre-Yves David |
check-code: allow an escape pattern to be specified for testpattern
|
file |
diff |
annotate
|
Sat, 02 Aug 2014 17:01:55 -0700 |
Pierre-Yves David |
check-code: capture "wc" as a word
|
file |
diff |
annotate
|
Mon, 21 Jul 2014 11:27:24 -0700 |
Danek Duvall |
tests: cat error messages are different on Solaris
stable
|
file |
diff |
annotate
|
Mon, 23 Jun 2014 09:22:53 -0400 |
Augie Fackler |
check-code: drop ban on callable() which was restored in Python 3.2
|
file |
diff |
annotate
|
Sat, 17 May 2014 17:11:06 +0800 |
Steven Brown |
check-code: check for consistent usage of the websub filter in hgweb templates
|
file |
diff |
annotate
|
Mon, 05 May 2014 13:37:59 -0500 |
Matt Mackall |
check-code: look at shebang to identify Python scripts
|
file |
diff |
annotate
|
Wed, 16 Apr 2014 03:05:00 +0900 |
FUJIWARA Katsunori |
check-code: detect "% inside _()" when there are leading whitespaces
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 15:11:19 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 02:46:03 +0900 |
FUJIWARA Katsunori |
i18n: fix "% inside _()" problems
stable
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 02:46:03 +0900 |
FUJIWARA Katsunori |
i18n: fix "% inside _()" problems
stable
|
file |
diff |
annotate
|
Wed, 19 Mar 2014 18:04:03 -0500 |
Matt Mackall |
check-code: check for argument passing py2.6ism
|
file |
diff |
annotate
|
Wed, 12 Mar 2014 13:31:27 -0400 |
Augie Fackler |
check-code: disallow use of dict(key=value) construction
|
file |
diff |
annotate
|
Wed, 19 Feb 2014 13:46:49 -0800 |
Danek Duvall |
solaris: diff -u emits "No differences encountered"
|
file |
diff |
annotate
|
Wed, 19 Feb 2014 13:25:28 +0100 |
Simon Heimberg |
help: remove last occurrences of ".. note::" without two newlines
|
file |
diff |
annotate
|
Mon, 27 Jan 2014 21:39:25 +0100 |
Simon Heimberg |
tests: lines with largefile .* file://$TESTTMP also match on windows
|
file |
diff |
annotate
|
Mon, 10 Feb 2014 22:56:10 +0100 |
Simon Heimberg |
tests: rewrite path in test-shelve.t for not being mangled on msys
|
file |
diff |
annotate
|
Tue, 07 Jan 2014 22:29:57 +0100 |
Simon Heimberg |
check-code: print debug output when an ignore pattern matches
|
file |
diff |
annotate
|
Tue, 07 Jan 2014 22:29:51 +0100 |
Simon Heimberg |
check-code: drop now unused check-code-ignore
|
file |
diff |
annotate
|
Tue, 07 Jan 2014 22:29:44 +0100 |
Simon Heimberg |
check-code: explain what to do when a check-code rule mismatches
|
file |
diff |
annotate
|
Tue, 07 Jan 2014 22:29:15 +0100 |
Simon Heimberg |
check-code: always report when a file is skipped by "no-check-code"
|
file |
diff |
annotate
|