Mon, 01 May 2017 17:10:22 +0900 |
Yuya Nishihara |
check-code: rewrite py3 exclusion pattern with negative lookahead
|
Mon, 10 Apr 2017 17:05:54 +0200 |
Pierre-Yves David |
checkcode: only match pushd/popd as word
|
Thu, 06 Apr 2017 22:08:23 -0700 |
Jun Wu |
check-code: use "-" to specify a list of files from stdin
|
Mon, 03 Apr 2017 18:58:00 -0400 |
Augie Fackler |
check-code: update test IP address enforcement checks
|
Mon, 03 Apr 2017 11:30:51 -0700 |
Martin von Zweigbergk |
check-code: fix "covert" typo
|
Wed, 29 Mar 2017 16:46:57 -0700 |
Jun Wu |
check-code: detect r.revision(r.node(rev))
|
Sun, 26 Mar 2017 19:57:17 -0700 |
Jun Wu |
runtests: change local IP glob pattern from "127.0.0.1" to "$LOCALIP"
|
Thu, 23 Mar 2017 21:23:21 -0700 |
Jun Wu |
checkcode: enforce lowercase for extension docstring title
|
Tue, 21 Mar 2017 22:46:17 -0700 |
Gregory Szorc |
check-code: recommend util.urlreq when importing urlparse
|
Mon, 13 Mar 2017 12:40:14 -0700 |
Gregory Szorc |
py3: add __bool__ to every class defining __nonzero__
|
Mon, 13 Feb 2017 09:44:16 -0800 |
Martin von Zweigbergk |
merge with stable
|
Sat, 11 Feb 2017 00:23:55 +0900 |
FUJIWARA Katsunori |
misc: replace domain of mercurial-devel ML address by mercurial-scm.org
stable
|
Sat, 11 Feb 2017 00:23:53 +0900 |
FUJIWARA Katsunori |
misc: replace domain of mercurial ML address by mercurial-scm.org
stable
|
Sat, 21 Jan 2017 14:43:13 -0800 |
Yedidya Feldblum |
check-code: permit functools.reduce
|
Sun, 15 Jan 2017 13:17:05 +0530 |
Pulkit Goyal |
py3: replace pycompat.getenv with encoding.environ.get
|
Fri, 13 Jan 2017 10:11:37 -0800 |
Martin von Zweigbergk |
check-code: reject module-level @cachefunc
|
Wed, 21 Dec 2016 22:42:31 +0530 |
Pulkit Goyal |
py3: add warnings in check-code related to py3
|
Wed, 30 Nov 2016 19:23:04 +0000 |
Jun Wu |
check-code: add a rule to forbid "cp -r"
|
Tue, 01 Nov 2016 20:39:37 +0900 |
FUJIWARA Katsunori |
contrib: check reference to old selenic.com domain
stable
|
Tue, 01 Nov 2016 20:39:36 +0900 |
FUJIWARA Katsunori |
check-code: discard filtering result of previous check for independence
stable
|
Tue, 16 Aug 2016 17:15:54 +0900 |
Yuya Nishihara |
check-code: allow assignment to hasattr variable
|
Mon, 15 Aug 2016 17:17:39 +0900 |
Yuya Nishihara |
check-code: make dict() pattern less invasive
|
Fri, 20 May 2016 09:47:35 +0900 |
FUJIWARA Katsunori |
check-code: move fixing up regexp into main procedure
|
Fri, 20 May 2016 09:47:35 +0900 |
FUJIWARA Katsunori |
check-code: factor out boot procedure into main
|
Wed, 13 Jul 2016 23:38:29 +0530 |
Pulkit Goyal |
py3: conditionalize BaseHTTPServer, SimpleHTTPServer and CGIHTTPServer import
|
Sat, 09 Jul 2016 23:04:03 -0400 |
Augie Fackler |
check-code: enforce (glob) on output lines containing 127.0.0.1
|
Tue, 12 Jul 2016 15:34:17 -0400 |
Augie Fackler |
check-code: only treat a # as a line in a t-test if it has a space before it
|
Tue, 28 Jun 2016 16:01:53 +0530 |
Pulkit Goyal |
py3: conditionalize httplib import
|
Mon, 27 Jun 2016 19:10:30 +0530 |
Pulkit Goyal |
py3: add tests in check-code to load modules from util.py
|
Tue, 21 Jun 2016 00:50:39 +0900 |
FUJIWARA Katsunori |
check-code: build translation table for repquote in global for efficiency
|