Thu, 24 Jan 2019 15:23:20 -0500 |
Augie Fackler |
py3: port test-parseindex.t to Python 3
|
Thu, 24 Jan 2019 15:03:00 -0500 |
Augie Fackler |
py3: fix test-update-atomic.t
|
Thu, 24 Jan 2019 15:02:28 -0500 |
Augie Fackler |
py3: fix test-newcgi.t
|
Thu, 24 Jan 2019 14:12:00 -0500 |
Augie Fackler |
py3: fix up test-encoding-align.t for python3
|
Thu, 24 Jan 2019 13:57:23 -0500 |
Augie Fackler |
py3: these two casefolding tests pass for me on my Mac
|
Thu, 24 Jan 2019 13:54:45 -0500 |
Augie Fackler |
py3: port test-bugzilla.t to Python 3
|
Thu, 24 Jan 2019 11:35:40 -0500 |
Augie Fackler |
py3: port test-batching.py to python3
|
Thu, 24 Jan 2019 11:34:18 -0500 |
Augie Fackler |
py3: fix missing b prefixes in test-arbitraryfilectx.t
|
Thu, 24 Jan 2019 11:00:32 -0500 |
Augie Fackler |
py3: buildbot found more passing tests, thanks to indygreg for most of them
|
Thu, 17 Jan 2019 04:35:33 -0500 |
Augie Fackler |
py3: two more passing tests from the ratchet
|
Wed, 16 Jan 2019 11:42:50 -0500 |
Augie Fackler |
py3: test*gendoc*.t passes on Python 3
|
Wed, 16 Jan 2019 23:44:08 +0530 |
Pulkit Goyal |
py3: add 10 more passing tests caught by ratchet
|
Wed, 16 Jan 2019 11:57:20 -0500 |
Augie Fackler |
py3: all fastannotate tests now pass
|
Wed, 16 Jan 2019 11:33:43 -0500 |
Augie Fackler |
absorb: add a pycompat.bytestr() to fix --edit-lines functionality on Python 3
|
Thu, 10 Jan 2019 23:20:46 +0530 |
Pulkit Goyal |
py3: add a test to whitelist caught by buildbot
|
Sun, 06 Jan 2019 15:17:03 -0500 |
Augie Fackler |
py3: buildbot spotted more passing tests
|
Fri, 14 Dec 2018 21:00:33 +0300 |
Pulkit Goyal |
py3: add a b'' prefix in tests/test-remotefilelog-pull-noshallow.t
|
Fri, 14 Dec 2018 19:30:20 +0300 |
Pulkit Goyal |
py3: use pycompat.bytechr() instead of chr() in test-fastannotate-revmap.py
|
Fri, 14 Dec 2018 19:10:46 +0300 |
Pulkit Goyal |
py3: whitelist another passing test caught by buildbot
|
Sun, 09 Dec 2018 18:35:35 -0500 |
Matt Harbison |
py3: adapt test-largefiles-wireproto.t to python3
|
Sun, 09 Dec 2018 13:53:08 -0500 |
Matt Harbison |
py3: byteify test-push-race.t
|
Wed, 21 Nov 2018 19:12:12 +0300 |
Pulkit Goyal |
py3: whitelist three more passing test caught by buildbot
|
Mon, 19 Nov 2018 19:57:11 +0300 |
Pulkit Goyal |
py3: add 9 new passing tests caught by buildbot
|
Sun, 11 Nov 2018 12:35:38 +0900 |
Yuya Nishihara |
py3: byte-stringify inline extension in test-logtoprocess.t
|
Sat, 13 Oct 2018 05:09:18 +0300 |
Pulkit Goyal |
py3: add __pycache__ to .hgignore
|
Tue, 06 Nov 2018 11:52:41 -0500 |
Augie Fackler |
py3: ratchet caught two more passing tests
|
Tue, 23 Oct 2018 11:31:33 -0400 |
Augie Fackler |
py3: port test-log-exthook.t to Python 3
|
Sat, 20 Oct 2018 00:12:20 +0300 |
Pulkit Goyal |
py3: add one more passing test to whitelist
|
Tue, 16 Oct 2018 08:48:23 +0200 |
Yuya Nishihara |
py3: get around IOError variants in test-commandserver.t
|
Thu, 18 Oct 2018 14:37:38 +0300 |
Pulkit Goyal |
py3: add 5 new passing tests to whitelist caught by buildbot
|
Sun, 14 Oct 2018 09:34:21 +0000 |
Mark Thomas |
py3: fix test-hardlinks.t
|
Tue, 16 Oct 2018 07:19:38 +0200 |
Yuya Nishihara |
py3: byte-stringify literals in test-keyword.t
|
Sun, 14 Oct 2018 11:06:21 -0400 |
Augie Fackler |
tests: add missing b prefix in test-context-metadata.t
|
Sun, 14 Oct 2018 14:02:32 +0000 |
Mark Thomas |
py3: fix test-dirstate-race.t
|
Sun, 14 Oct 2018 09:24:36 +0000 |
Mark Thomas |
py3: fix test-diff-color.t
|
Sun, 14 Oct 2018 09:07:43 +0000 |
Mark Thomas |
py3: fix test-revlog.t
|
Sat, 13 Oct 2018 15:32:52 +0000 |
Mark Thomas |
py3: fix test-status.t
|
Sat, 13 Oct 2018 09:03:08 -0400 |
Augie Fackler |
tests: fix inline extension in test-fncache.t for Python 3
|
Sat, 13 Oct 2018 08:59:06 -0400 |
Augie Fackler |
py3: 3 more passing tests
|
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
|
Sat, 13 Oct 2018 13:39:07 +0000 |
Mark Thomas |
py3: fix test-parse-date.t
|
Sat, 13 Oct 2018 12:58:24 +0000 |
Mark Thomas |
py3: fix infinitepush extension tests
|
Sat, 13 Oct 2018 07:55:34 -0400 |
Augie Fackler |
tests: accept slightly different zip file in Python 3
|
Sat, 13 Oct 2018 06:34:53 -0400 |
Augie Fackler |
tests: fix last failure in test-tools.t
|
Sat, 13 Oct 2018 06:02:27 -0400 |
Augie Fackler |
churn: use integer division consistently
|
Sat, 13 Oct 2018 04:00:57 -0400 |
Augie Fackler |
py3: moar passing tests
|
Fri, 12 Oct 2018 12:52:49 -0400 |
Augie Fackler |
py3: one new passing tests
|
Sat, 13 Oct 2018 11:01:38 +0200 |
Yuya Nishihara |
py3: use __code__ instead of func_code to test if func is cachable
|
Sat, 13 Oct 2018 05:17:28 +0300 |
Pulkit Goyal |
py3: add some glob to make output compatible with python 3
|
Sat, 13 Oct 2018 05:14:23 +0300 |
Pulkit Goyal |
py3: add a b'' prefix in tests/test-requires.t
|
Sat, 13 Oct 2018 05:12:20 +0300 |
Pulkit Goyal |
py3: use '%d' for rev nums instead of '%s'
|
Sat, 13 Oct 2018 05:03:24 +0300 |
Pulkit Goyal |
py3: more globing of things to make output compatible between py2 and py3
|
Sat, 13 Oct 2018 04:54:35 +0300 |
Pulkit Goyal |
py3: use stringutil.pprint() instead of '%r'
|
Sat, 13 Oct 2018 04:47:51 +0300 |
Pulkit Goyal |
py3: add some py3 specific output to test
|
Sat, 13 Oct 2018 04:42:14 +0300 |
Pulkit Goyal |
py3: use stringutil.pprint() in color.py instead of '%r'
|
Sat, 13 Oct 2018 04:36:04 +0300 |
Pulkit Goyal |
py3: add b'' prefixes in tests/test-progress.t
|
Sat, 13 Oct 2018 04:21:02 +0300 |
Pulkit Goyal |
py3: glob some difference between py2 and py3 output
|
Sat, 13 Oct 2018 03:46:57 +0300 |
Pulkit Goyal |
py3: make test-contrib-perf.t work on python 3
|
Sat, 13 Oct 2018 03:32:12 +0300 |
Pulkit Goyal |
py3: add 3 more passing tests to whitelist caught by buildbot
|
Fri, 12 Oct 2018 09:23:55 -0400 |
Augie Fackler |
py3: another one started passing
|