Sat, 02 Nov 2019 15:33:39 -0700 |
Gregory Szorc |
ui: flush before prompting for input with readline
stable
|
Thu, 12 Sep 2019 03:40:54 +0200 |
Joerg Sonnenberger |
ui: option to preserve the progress bar
|
Wed, 09 Oct 2019 15:28:16 +0200 |
Denis Laxalde |
py3: decode prompt string before calling rawinput
|
Mon, 07 Oct 2019 00:04:04 -0400 |
Gregory Szorc |
py3: finish porting iteritems() to pycompat and remove source transformer
|
Sun, 06 Oct 2019 17:59:15 -0400 |
Gregory Szorc |
py3: define and use pycompat.itervalues()
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
Sun, 06 Oct 2019 14:58:42 -0400 |
Gregory Szorc |
py3: manually import pycompat.setattr where it is needed
|
Sun, 06 Oct 2019 13:28:56 -0400 |
Gregory Szorc |
py3: manually import pycompat.open into files that need it
|
Sun, 06 Oct 2019 10:10:14 -0400 |
Gregory Szorc |
ui: define (write|status|warn|note)noi18n aliases
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Thu, 01 Aug 2019 22:03:52 +0530 |
Navaneeth Suresh |
config: add defaultvalue template keyword
|
Sat, 06 Jul 2019 19:55:29 -0400 |
Valentin Gatien-Baron |
tweakdefaults: make hg resolve require --re-merge flag to re-merge
|
Fri, 28 Jun 2019 21:31:34 +0530 |
Navaneeth Suresh |
shelve: move shelve extension to core
|
Mon, 15 Apr 2019 14:32:47 -0700 |
Kyle Lippincott |
readline: provide styled prompt to readline (issue6070)
|
Fri, 22 Mar 2019 12:30:05 -0400 |
Jordi GutiƩrrez Hermoso |
samplehgrcs: update the list of suggested extensions
|
Fri, 22 Mar 2019 12:28:59 -0400 |
Jordi GutiƩrrez Hermoso |
samplehgrcs: clarify which lines should be uncommented
|
Sat, 02 Mar 2019 05:23:15 +0530 |
Pulkit Goyal |
py3: pass a str to getpass.getpass()
|
Wed, 20 Feb 2019 19:28:51 -0500 |
Augie Fackler |
cleanup: use () to wrap long lines instead of \
|
Wed, 30 Jan 2019 16:14:39 -0800 |
Martin von Zweigbergk |
tweakdefaults: set ui.relative-paths instead of command.status.relative
|
Wed, 30 Jan 2019 17:22:07 -0800 |
Gregory Szorc |
hg: raise Abort on invalid path
|
Thu, 17 Jan 2019 09:17:12 -0800 |
Martin von Zweigbergk |
cleanup: delete lots of unused local variables
|
Thu, 24 Jan 2019 21:38:02 +0900 |
Yuya Nishihara |
ui: remove unreachable branches and function calls from write() (issue6059)
stable
|
Thu, 24 Jan 2019 21:35:55 +0900 |
Yuya Nishihara |
ui: inline _writenobuf() into write() due to performance issue
stable
|
Thu, 24 Jan 2019 21:34:48 +0900 |
Yuya Nishihara |
ui: inline _write() into write() due to performance issue
stable
|
Wed, 28 Nov 2018 22:36:24 +0900 |
Yuya Nishihara |
ui: optimize buffered write with no label
stable
|
Wed, 26 Sep 2018 21:41:52 +0900 |
Yuya Nishihara |
ui: proxy protect/restorestdio() calls to update internal flag
|
Wed, 26 Sep 2018 21:29:13 +0900 |
Yuya Nishihara |
ui: move protectedstdio() context manager from procutil
|
Tue, 08 Jan 2019 09:50:40 -0800 |
Martin von Zweigbergk |
progress: deprecate ui.progress()
|
Sun, 13 Jan 2019 14:36:45 +0900 |
Yuya Nishihara |
progress: specify updatebar() function by constructor argument
|