Mercurial > hg-stable
log
age | author | description |
---|---|---|
Sat, 27 Jan 2018 17:31:25 +0900 | Yuya Nishihara | py3: always drop b'' prefix from repr() of bytestr |
Sat, 27 Jan 2018 17:13:51 +0900 | Yuya Nishihara | py3: format revision number as '%d' in debugrevspec |
Sat, 27 Jan 2018 17:12:35 +0900 | Yuya Nishihara | py3: build repr() of smartset as bytes then convert to str |
Sat, 27 Jan 2018 13:33:31 +0900 | Yuya Nishihara | py3: factor out helpers to apply string conversion recursively |
Sat, 27 Jan 2018 13:14:06 +0900 | Yuya Nishihara | py3: replace "if ispy3" by pycompat.sysbytes() or util.forcebytestr() |
Sat, 27 Jan 2018 13:11:46 +0900 | Yuya Nishihara | py3: replace "if ispy3" by pycompat.bytestr() |
Sat, 27 Jan 2018 13:09:49 +0900 | Yuya Nishihara | py3: replace "if ispy3" by encoding.strtolocal() |