Sat, 14 Apr 2018 01:34:44 -0400 |
Augie Fackler |
stringutil: ast.literal_eval needs a unicode on py3
|
Fri, 13 Apr 2018 18:44:18 -0400 |
Augie Fackler |
py3: two more passing tests
|
Thu, 12 Apr 2018 13:25:54 -0400 |
Augie Fackler |
py3: whitelist another six passing tests
|
Wed, 11 Apr 2018 17:43:00 -0400 |
Augie Fackler |
py3: whitelist another nine passing tests
|
Sun, 08 Apr 2018 15:39:08 +0900 |
Yuya Nishihara |
py3: use s.startswith() instead of s[n] while parsing patches
|
Thu, 05 Apr 2018 17:56:24 +0530 |
Pulkit Goyal |
py3: whitelist 13 new passing tests
|
Sun, 04 Mar 2018 16:23:03 -0500 |
Augie Fackler |
tests: stop over-specifying tempfile name
|
Fri, 16 Mar 2018 23:59:13 +0900 |
Yuya Nishihara |
py3: make test-template-engine.t bytes-safe
|
Sat, 10 Mar 2018 19:56:47 +0900 |
Yuya Nishihara |
py3: make test-commit-interactive.t byte-safe
|
Tue, 06 Mar 2018 07:24:12 -0600 |
Yuya Nishihara |
py3: drop b'' from debug message "moving bookmarks"
|
Tue, 06 Mar 2018 07:16:41 -0600 |
Yuya Nishihara |
py3: fix slicing of bisect label in templatefilters.shortbisect()
|
Tue, 06 Mar 2018 07:11:24 -0600 |
Yuya Nishihara |
py3: make test-bisect.t bytes-safe
|
Tue, 06 Mar 2018 02:38:53 -0600 |
Yuya Nishihara |
ui: do not use rawinput() when we have to replace sys.stdin/stdout
|
Sun, 04 Mar 2018 18:47:07 -0500 |
Yuya Nishihara |
py3: drop b'' from generate-working-copy-states.py output
|
Sun, 04 Mar 2018 18:41:09 -0500 |
Yuya Nishihara |
py3: make test-commit-multiple.t byte-safe
|
Sun, 04 Mar 2018 18:34:46 -0500 |
Yuya Nishihara |
py3: fix type of default username
|
Sun, 04 Mar 2018 18:21:16 -0500 |
Yuya Nishihara |
py3: read/write plain lock file in binary mode
|
Sun, 04 Mar 2018 16:55:51 -0500 |
Yuya Nishihara |
py3: byte-stringify test-blackbox.t
|
Sun, 04 Mar 2018 16:11:15 -0500 |
Augie Fackler |
transaction: fix an error string with bytestr() on a repr()d value
|
Sun, 04 Mar 2018 16:23:10 -0500 |
Yuya Nishihara |
py3: work around comparison between int and None in tagmerge
|
Sun, 04 Mar 2018 15:53:10 -0500 |
Yuya Nishihara |
py3: don't use str() to stringify pushloc
|
Sun, 04 Mar 2018 15:26:26 -0500 |
Yuya Nishihara |
py3: byte-stringify test-config.t and test-config-env.py
|
Sun, 04 Mar 2018 16:06:47 -0500 |
Augie Fackler |
archival: use py3 friendly replacements for chr() and long()
|
Sun, 04 Mar 2018 16:05:44 -0500 |
Augie Fackler |
py3: more passing tests (ten this time)
|
Sun, 04 Mar 2018 13:04:12 -0500 |
Augie Fackler |
hgweb: fix up trailing slash detection on Python 3
|
Sun, 04 Mar 2018 12:17:02 -0500 |
Augie Fackler |
py3: whitelist three more cases
|
Sat, 03 Mar 2018 18:33:10 -0500 |
Augie Fackler |
tests: port test-log to Python 3
|
Sat, 03 Mar 2018 17:53:32 -0500 |
Augie Fackler |
py3: whitelist another 15 passing tests
|
Sat, 03 Mar 2018 14:28:51 -0500 |
Augie Fackler |
url: more bytes/unicodes fussing in url.py around auth handling
|
Sat, 03 Mar 2018 12:23:03 -0500 |
Yuya Nishihara |
py3: fix formatting of path-auditing errors
|
Sat, 03 Mar 2018 10:39:48 -0500 |
Yuya Nishihara |
py3: add some b'' to make test-lock-badness.t happy
|
Sat, 03 Mar 2018 09:19:34 -0500 |
Yuya Nishihara |
py3: fix some membership tests on linkrev adjustment
|
Fri, 02 Mar 2018 22:38:09 -0500 |
Yuya Nishihara |
py3: make test-basic.t pass on Python 3
|
Thu, 01 Mar 2018 18:25:19 -0500 |
Yuya Nishihara |
test-command-template: glob out detailed "invalid escape" message
|
Fri, 02 Mar 2018 15:48:31 -0500 |
Augie Fackler |
py3: whitelist more passing tests
|
Fri, 02 Mar 2018 01:17:42 -0500 |
Augie Fackler |
py3: sixteen more passing tests
|
Thu, 01 Mar 2018 18:20:49 -0500 |
Augie Fackler |
py3: whitelist three more passing tests
|
Sun, 25 Feb 2018 22:43:50 -0500 |
Augie Fackler |
py3: whitelist another nine passing tests
|
Fri, 02 Mar 2018 03:06:43 +0530 |
Pulkit Goyal |
py3: whitelist 14 new tests passing
|
Thu, 01 Mar 2018 03:56:41 +0530 |
Pulkit Goyal |
py3: add 14 new passing tests to whitelist
|
Mon, 26 Feb 2018 01:01:35 -0500 |
Augie Fackler |
py3: whitelist test-push-http.t as passing
|
Sat, 24 Feb 2018 15:35:00 +0530 |
Pulkit Goyal |
py3: whitelist another 8 passing tests
|
Thu, 22 Feb 2018 01:00:57 -0500 |
Augie Fackler |
py3: two more narrow tests passing
|
Wed, 21 Feb 2018 23:24:51 -0500 |
Augie Fackler |
py3: whitelist another 11 passing tests
|
Wed, 21 Feb 2018 09:43:35 -0500 |
Augie Fackler |
py3: whitelist another eight passing tests
|
Sun, 18 Feb 2018 15:53:48 -0500 |
Augie Fackler |
py3: whitelist another six passing tests
|
Sun, 18 Feb 2018 00:59:03 -0500 |
Augie Fackler |
py3: whitelist another three passing tests
|
Sun, 18 Feb 2018 00:35:37 -0500 |
Augie Fackler |
py3: whitelist five more passing tests
|
Sat, 17 Feb 2018 18:20:15 +0900 |
Yuya Nishihara |
py3: make test-extdiff.t pass on Python 3
|
Sat, 17 Feb 2018 01:41:08 -0500 |
Augie Fackler |
py3: whitelist test-pull-http.t
|
Thu, 15 Feb 2018 09:18:20 -0500 |
Augie Fackler |
py3: whitelist another eight passing tests
|
Wed, 14 Feb 2018 00:18:35 -0500 |
Augie Fackler |
python3: whitelist another 5 passing tests
|
Tue, 13 Feb 2018 19:12:44 -0500 |
Augie Fackler |
py3: whitelist more passing tests
|
Tue, 13 Feb 2018 18:13:33 -0500 |
Augie Fackler |
py3: whitelist another 8 passing tests
|
Tue, 13 Feb 2018 11:12:36 -0500 |
Augie Fackler |
py3: whitelist another six passing tests
|
Tue, 13 Feb 2018 00:06:22 -0500 |
Augie Fackler |
py3: whitelist test-convert-clonebranches.t
|
Mon, 12 Feb 2018 22:29:36 -0500 |
Augie Fackler |
py3: whitelist another 11 passing tests
|
Mon, 12 Feb 2018 16:51:30 -0500 |
Augie Fackler |
python3: whitelist another four passing tests
|
Wed, 07 Feb 2018 06:28:43 -0500 |
Augie Fackler |
python3: whitelist an additional 11 tests
|
Thu, 18 Jan 2018 13:12:09 -0500 |
Augie Fackler |
python3: whitelist another 24 passing tests
|