Mercurial > hg
log mercurial/ui.py @ 36394:4bc983568016
age | author | description |
---|---|---|
Wed, 14 Feb 2018 16:37:46 +0530 | Pulkit Goyal | py3: use pycompat.bytestr to convert str to bytes |
Mon, 12 Feb 2018 20:42:28 -0500 | Augie Fackler | ui: convert stack traces to sysbytes before logging |
Mon, 12 Feb 2018 20:41:47 -0500 | Augie Fackler | ui: use pycompat.bytestr() to get a bytes-repr of config default |
Sun, 04 Feb 2018 00:29:22 +0100 | Joerg Sonnenberger | diff: improve ui.write performance when not coloring on Windows |
Mon, 05 Feb 2018 20:48:51 +0900 | Yuya Nishihara | ui: add explicit path to write prompt text bypassing buffers |
Mon, 05 Feb 2018 20:40:49 +0900 | Yuya Nishihara | ui: write prompt text in ui.prompt(), not in ui._readline() |
Sun, 04 Feb 2018 14:14:28 -0500 | Matt Harbison | cmdutil: convert _revertprefetch() to a generic stored file hook (API) |