Sun, 18 Feb 2018 17:35:13 +0530 |
Pulkit Goyal |
py3: use pycompat.byteskwargs() to convert opts keys to bytes
|
Sun, 18 Feb 2018 00:02:33 -0500 |
Augie Fackler |
wireprotoserver: py3 helpfully calls adds HTTP_ to CONTENT_LENGTH
|
Sun, 18 Feb 2018 00:01:43 -0500 |
Augie Fackler |
tests: port inline Python in test-http-branchmap.t to Python 3
|
Sat, 17 Feb 2018 22:52:24 -0500 |
Augie Fackler |
hgweb_mod: partially undo 8afc25e7effc to fix py3
|
Sat, 17 Feb 2018 22:39:38 -0500 |
Augie Fackler |
tags: don't feed both int and None to min()
|
Sat, 17 Feb 2018 22:39:12 -0500 |
Augie Fackler |
tests: fix get-with-headers.py on python3 when writing to stdout
|
Sat, 17 Feb 2018 22:38:53 -0500 |
Augie Fackler |
webcommands: use pycompat.strkwargs as needed
|
Sat, 17 Feb 2018 22:38:25 -0500 |
Augie Fackler |
webcommands: unpack contents of length-1 dict portably
|
Sat, 17 Feb 2018 22:37:35 -0500 |
Augie Fackler |
bundle2: use pycompat.strkwargs as needed
|
Sat, 17 Feb 2018 21:47:49 -0500 |
Augie Fackler |
tests: add b prefixes to test-rebase-dest.t
|
Sat, 17 Feb 2018 21:47:26 -0500 |
Augie Fackler |
rebase: sort roots by revision
|
Sat, 17 Feb 2018 21:25:14 -0500 |
Augie Fackler |
httppeer: use %d to format int
|
Sat, 17 Feb 2018 17:24:29 +0900 |
Yuya Nishihara |
extensions: reject any unicode strings in tables before loading
|
Sat, 17 Feb 2018 18:20:15 +0900 |
Yuya Nishihara |
py3: make test-extdiff.t pass on Python 3
|
Sat, 17 Feb 2018 18:15:37 +0900 |
Yuya Nishihara |
py3: make regexp patterns bytes in extdiff
|