Sun, 25 Feb 2018 23:08:41 -0500 |
Augie Fackler |
py3: hunt down str(exception) instances and use util.forcebytestr
|
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)
|
Sun, 04 Feb 2018 15:41:37 +0530 |
Pulkit Goyal |
py3: add b'' to tweakdefaults config string
|
Sat, 27 Jan 2018 13:33:31 +0900 |
Yuya Nishihara |
py3: factor out helpers to apply string conversion recursively
|
Sat, 27 Jan 2018 13:09:49 +0900 |
Yuya Nishihara |
py3: replace "if ispy3" by encoding.strtolocal()
|
Thu, 25 Jan 2018 20:00:58 +0100 |
Joerg Sonnenberger |
ui: improve performance for multi-component writes
|
Sun, 10 Dec 2017 04:50:03 +0530 |
Pulkit Goyal |
py3: handle keyword arguments correctly in ui.py
|
Wed, 06 Dec 2017 16:43:07 -0500 |
Augie Fackler |
ui: add diff.showfunc to tweakdefaults
|
Wed, 06 Dec 2017 16:42:24 -0500 |
Augie Fackler |
ui: add curses interface to tweakdefaults
|
Fri, 01 Dec 2017 15:21:05 -0600 |
Kevin Bullock |
merge with stable
|
Thu, 23 Nov 2017 22:17:03 +0900 |
Yuya Nishihara |
dispatch: add HGPLAIN=+strictflags to restrict early parsing of global options
stable
|
Wed, 22 Nov 2017 19:24:22 -0800 |
Kyle Lippincott |
develwarn: do not emit warning if "config" is unspecified
|
Thu, 16 Nov 2017 17:11:14 -0800 |
Martin von Zweigbergk |
tweakdefaults: turn on ui.statuscopies
|
Wed, 25 Oct 2017 23:01:54 -0400 |
Augie Fackler |
ui: add configlist doctest to document a bit more of the whitespace behavior
|
Tue, 31 Oct 2017 22:37:30 +0900 |
Yuya Nishihara |
configitems: relax warning about unwanted default value
stable
|
Tue, 17 Oct 2017 13:20:25 -0700 |
Saurabh Singh |
ui: move request exit handlers to global state
|
Mon, 16 Oct 2017 17:41:27 +0200 |
Boris Feld |
configitems: adds a developer warning when accessing undeclared configuration
|
Fri, 06 Oct 2017 16:23:47 +0200 |
Boris Feld |
ui: add the possibility to returns None as username in ui
|
Fri, 13 Oct 2017 15:58:54 -0400 |
Augie Fackler |
tweakdefaults: make commands.update.check be `noconflict`
|
Thu, 12 Oct 2017 23:30:46 -0700 |
Jun Wu |
codemod: use pycompat.iswindows
|
Wed, 11 Oct 2017 05:36:10 +0200 |
Boris Feld |
configitems: register the 'ui.interface.chunkselector' config
|
Wed, 11 Oct 2017 01:56:49 -0700 |
Augie Fackler |
ui: recommend tweakdefaults in the default hgrc template
|
Sun, 01 Oct 2017 12:10:48 -0400 |
Augie Fackler |
ui: convert to/from Optional[bytes] to Optional[str] in password manager
|
Sun, 01 Oct 2017 07:29:51 -0400 |
Augie Fackler |
httppasswordmgrdbproxy: specify exact arguments
|