Sun, 14 Oct 2018 09:24:36 +0000 |
Mark Thomas |
py3: fix test-diff-color.t
|
file |
diff |
annotate
|
Sun, 14 Oct 2018 09:07:43 +0000 |
Mark Thomas |
py3: fix test-revlog.t
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 15:32:52 +0000 |
Mark Thomas |
py3: fix test-status.t
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 09:03:08 -0400 |
Augie Fackler |
tests: fix inline extension in test-fncache.t for Python 3
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 08:59:06 -0400 |
Augie Fackler |
py3: 3 more passing tests
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 05:14:21 -0400 |
Augie Fackler |
contrib: fix up output in check-config.py to use strs to avoid b prefixes
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 13:39:07 +0000 |
Mark Thomas |
py3: fix test-parse-date.t
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 12:58:24 +0000 |
Mark Thomas |
py3: fix infinitepush extension tests
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 07:55:34 -0400 |
Augie Fackler |
tests: accept slightly different zip file in Python 3
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 06:34:53 -0400 |
Augie Fackler |
tests: fix last failure in test-tools.t
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 06:02:27 -0400 |
Augie Fackler |
churn: use integer division consistently
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 04:00:57 -0400 |
Augie Fackler |
py3: moar passing tests
|
file |
diff |
annotate
|
Fri, 12 Oct 2018 12:52:49 -0400 |
Augie Fackler |
py3: one new passing tests
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 11:01:38 +0200 |
Yuya Nishihara |
py3: use __code__ instead of func_code to test if func is cachable
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 05:17:28 +0300 |
Pulkit Goyal |
py3: add some glob to make output compatible with python 3
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 05:14:23 +0300 |
Pulkit Goyal |
py3: add a b'' prefix in tests/test-requires.t
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 05:12:20 +0300 |
Pulkit Goyal |
py3: use '%d' for rev nums instead of '%s'
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 05:03:24 +0300 |
Pulkit Goyal |
py3: more globing of things to make output compatible between py2 and py3
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 04:54:35 +0300 |
Pulkit Goyal |
py3: use stringutil.pprint() instead of '%r'
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 04:47:51 +0300 |
Pulkit Goyal |
py3: add some py3 specific output to test
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 04:42:14 +0300 |
Pulkit Goyal |
py3: use stringutil.pprint() in color.py instead of '%r'
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 04:36:04 +0300 |
Pulkit Goyal |
py3: add b'' prefixes in tests/test-progress.t
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 04:21:02 +0300 |
Pulkit Goyal |
py3: glob some difference between py2 and py3 output
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 03:46:57 +0300 |
Pulkit Goyal |
py3: make test-contrib-perf.t work on python 3
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 03:32:12 +0300 |
Pulkit Goyal |
py3: add 3 more passing tests to whitelist caught by buildbot
|
file |
diff |
annotate
|
Fri, 12 Oct 2018 09:23:55 -0400 |
Augie Fackler |
py3: another one started passing
|
file |
diff |
annotate
|
Fri, 12 Oct 2018 06:55:11 -0400 |
Augie Fackler |
py3: one more passing test
|
file |
diff |
annotate
|
Fri, 12 Oct 2018 06:50:46 -0400 |
Augie Fackler |
py3: more passing tests
|
file |
diff |
annotate
|
Fri, 12 Oct 2018 06:35:55 -0400 |
Augie Fackler |
py3: whitelist another passing test
|
file |
diff |
annotate
|
Fri, 12 Oct 2018 06:35:33 -0400 |
Augie Fackler |
py3: sort passing test list
|
file |
diff |
annotate
|
Fri, 05 Oct 2018 23:28:14 +0300 |
Pulkit Goyal |
py3: add 8 new passing tests to whitelist found by buildbot
|
file |
diff |
annotate
|
Wed, 03 Oct 2018 13:59:19 +0300 |
Pulkit Goyal |
py3: whitelist another passing tests caught by buildbot
|
file |
diff |
annotate
|
Mon, 01 Oct 2018 21:48:45 -0400 |
Matt Harbison |
py3: byteify contrib/dumprevlog
|
file |
diff |
annotate
|
Mon, 01 Oct 2018 09:06:01 -0400 |
Augie Fackler |
py3: whitelist one additional test
|
file |
diff |
annotate
|
Sun, 30 Sep 2018 21:13:16 +0300 |
Pulkit Goyal |
py3: add one more passing test to whitelist caught by buildbot
|
file |
diff |
annotate
|
Mon, 24 Sep 2018 22:46:22 -0400 |
Augie Fackler |
py3: whitelist two more passing tests
|
file |
diff |
annotate
|
Sun, 23 Sep 2018 23:39:07 +0300 |
Pulkit Goyal |
tests: use assertTrue() instead of assert_() in test-bdiff.py
|
file |
diff |
annotate
|
Sun, 23 Sep 2018 22:57:17 +0300 |
Pulkit Goyal |
py3: fix kwargs handling in hgext/absorb.py
|
file |
diff |
annotate
|
Fri, 21 Sep 2018 11:15:55 -0400 |
Augie Fackler |
py3: mark another passing test
|
file |
diff |
annotate
|
Fri, 21 Sep 2018 03:16:38 +0530 |
Pulkit Goyal |
py3: use print as a function in tests/test-revert.t
|
file |
diff |
annotate
|
Sun, 16 Sep 2018 19:18:15 +0530 |
Pulkit Goyal |
py3: add two passing tests to whitelist found by buildbot
|
file |
diff |
annotate
|
Thu, 13 Sep 2018 11:08:08 -0400 |
Augie Fackler |
py3: whitelist another passing test
|
file |
diff |
annotate
|
Wed, 12 Sep 2018 11:39:48 -0400 |
Augie Fackler |
py3: whitelist a test caught by the ratchet
|
file |
diff |
annotate
|
Thu, 06 Sep 2018 03:21:05 +0530 |
Pulkit Goyal |
py3: add new passing tests spotted by the buildbot
|
file |
diff |
annotate
|
Mon, 03 Sep 2018 13:56:53 +0300 |
Pulkit Goyal |
py3: add new passing test to whitelist found by buildbot
|
file |
diff |
annotate
|
Sun, 02 Sep 2018 16:23:34 +0900 |
Yuya Nishihara |
test-check-py3-compat: don't run py2 part if $PYTHON is python3
|
file |
diff |
annotate
|
Mon, 20 Aug 2018 11:29:43 -0400 |
Augie Fackler |
py3: whitelist another test caught by the ratchet
|
file |
diff |
annotate
|
Fri, 10 Aug 2018 02:03:26 -0400 |
Augie Fackler |
tests: port test-glog.t to Python 3 by using extracted printrevset
|
file |
diff |
annotate
|
Fri, 10 Aug 2018 02:18:41 -0400 |
Augie Fackler |
tests: add missing b'' prefix in test-check-code.t
|
file |
diff |
annotate
|
Fri, 10 Aug 2018 00:37:24 -0400 |
Augie Fackler |
tests: port inline extension in test for beautifygraph to Python 3
|
file |
diff |
annotate
|
Fri, 10 Aug 2018 02:06:46 -0400 |
Augie Fackler |
mq: use stringutil.pprint instead of pycompat.byterepr
|
file |
diff |
annotate
|
Thu, 09 Aug 2018 23:13:56 -0400 |
Augie Fackler |
tests: allow more detailed error message from re.compile
|
file |
diff |
annotate
|
Thu, 09 Aug 2018 21:59:32 -0400 |
Augie Fackler |
tests: allow for a bonus newline in base64'd email payload
|
file |
diff |
annotate
|
Thu, 09 Aug 2018 19:39:33 -0400 |
Augie Fackler |
patchbomb: don't unintentionally duplicate headers
|
file |
diff |
annotate
|
Thu, 09 Aug 2018 17:46:07 -0400 |
Augie Fackler |
dummysmtpd: accept additional kwargs from stdlib smtpd
|
file |
diff |
annotate
|
Thu, 09 Aug 2018 12:10:34 -0400 |
Augie Fackler |
tests: port test-absorb-filefixupstate to Python 3
|
file |
diff |
annotate
|
Thu, 09 Aug 2018 12:06:31 -0400 |
Augie Fackler |
absorb: port partway to Python 3
|
file |
diff |
annotate
|
Thu, 09 Aug 2018 12:03:39 -0400 |
Augie Fackler |
py3: whitelist another test caught by the ratchet
|
file |
diff |
annotate
|
Fri, 03 Aug 2018 11:40:15 -0400 |
Augie Fackler |
py3: whitelist another 3 tests caught by the ratchet
|
file |
diff |
annotate
|
Wed, 01 Aug 2018 23:25:35 -0400 |
Augie Fackler |
linelog: port to Python 3
|
file |
diff |
annotate
|