Mon, 18 Feb 2019 00:27:25 +0900 |
FUJIWARA Katsunori |
tests: bulk changes to avoid whitespace errors of check-code.py
|
Wed, 23 Jan 2019 17:41:46 -0800 |
Gregory Szorc |
tests: handle string escaping/encoding on Python 3
|
Tue, 18 Sep 2018 23:47:21 -0400 |
Matt Harbison |
tests: quote PYTHON usage
|
Mon, 30 Apr 2018 19:54:55 -0700 |
Gregory Szorc |
tests: remove #require killdaemons
|
Tue, 10 Apr 2018 18:57:32 +0530 |
Pulkit Goyal |
py3: use '//' for integer division in tests/test-mq-qimport.t
|
Sun, 18 Feb 2018 18:20:21 +0530 |
Pulkit Goyal |
py3: use range instead of xrange in tests/test-mq-qimport.t
|
Sun, 11 Feb 2018 17:04:21 +0530 |
Pulkit Goyal |
py3: replace file() with open() in test-mq-qimport.t
|
Tue, 20 Jun 2017 09:45:02 -0400 |
Augie Fackler |
cleanup: use $PYTHON to run python in many more tests
|
Mon, 20 Mar 2017 11:38:37 +0900 |
Yuya Nishihara |
mq: reject new patch name containing leading/trailing whitespace
|
Tue, 20 Sep 2016 23:44:59 +0000 |
timeless |
mq: use single quotes in use warning
|
Wed, 09 Mar 2016 22:21:08 +0000 |
Pierre-Yves David |
mq: restrict generated patch name to 75 characters (issue5117)
stable
|
Tue, 19 Jan 2016 06:00:59 +0100 |
Mads Kiilerich |
mq: check for reserved patch name with qimport -r (issue5033)
stable
|
Wed, 23 Dec 2015 22:28:52 +0900 |
FUJIWARA Katsunori |
mq: use fallback patch name if no alpha-numeric in summary line (issue5025)
stable
|
Tue, 10 Mar 2015 13:19:17 +0100 |
Mads Kiilerich |
mq: generate patch names from first line of description
|
Mon, 08 Jun 2015 14:55:40 -0500 |
Matt Mackall |
tests: drop DAEMON_PIDS from killdaemons calls
|