Mon, 23 Nov 2020 11:47:06 -0500 |
Matt Harbison |
ui: ensure `getpass()` returns bytes
stable
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Mon, 23 Nov 2020 11:47:06 -0500 |
Matt Harbison |
ui: ensure `getpass()` returns bytes
|
Fri, 20 Nov 2020 14:43:21 -0800 |
Martin von Zweigbergk |
errors: raise ConfigError on failure to parse config file
|
Fri, 20 Nov 2020 10:31:56 -0800 |
Martin von Zweigbergk |
config: clean up message about ignored untrusted config
|
Thu, 22 Oct 2020 14:14:59 -0700 |
Martin von Zweigbergk |
errors: introduce CanceledError and use it in a few places
|
Wed, 21 Oct 2020 19:00:16 -0700 |
Martin von Zweigbergk |
errors: add config that lets user get more detailed exit codes
|
Thu, 29 Oct 2020 00:17:12 -0700 |
Martin von Zweigbergk |
branching: merge with stable
|
Fri, 23 Oct 2020 10:56:18 -0700 |
Martin von Zweigbergk |
config: add a new [command-templates] section for templates defined by hg
|
Fri, 23 Oct 2020 20:10:17 +0900 |
Yuya Nishihara |
ui: fix echo back of ui.prompt() to not concatenate None as bytes
stable
|
Tue, 09 Jun 2020 11:22:31 +0200 |
Joerg Sonnenberger |
util: provide a helper function to estimate RAM size
|
Thu, 02 Jul 2020 19:54:44 +0200 |
Joerg Sonnenberger |
ui: fix Python 2.7 support for ui.timestamp-output
|
Thu, 18 Jun 2020 15:13:38 +0200 |
Joerg Sonnenberger |
ui: add option to timestamp status and diagnostic messages
|
Thu, 04 Jun 2020 06:44:00 +0200 |
Manuel Jacob |
ui: replace `self._ferr` with identical `dest`
|
Thu, 02 Apr 2020 21:58:10 +0530 |
Pulkit Goyal |
merge with stable
|
Mon, 23 Mar 2020 14:38:00 -0700 |
Kyle Lippincott |
darwin: use vim, not vi, to avoid data-loss inducing posix behavior
stable
|
Thu, 19 Mar 2020 16:06:24 +0100 |
Micha Wiedenmann |
ui: use "procutil.shellsplit" to parse command
|
Fri, 24 Jan 2020 14:32:53 -0800 |
Martin von Zweigbergk |
progress: delete deprecated ui.progress()
|
Fri, 17 Jan 2020 13:29:47 -0500 |
Matt Harbison |
config: add a function to insert non-file based, but overridable settings
|
Sun, 29 Dec 2019 21:06:34 -0500 |
Matt Harbison |
ui: add the ability to apply `defaultrc` configs from resources
|
Sun, 29 Dec 2019 20:51:44 -0500 |
Matt Harbison |
ui: refactor `readconfig()` into a form that can consume resources
|
Sat, 28 Dec 2019 01:35:05 -0500 |
Matt Harbison |
cleanup: drop redundant character escapes from `[]` character sets
|
Fri, 27 Dec 2019 18:51:45 -0500 |
Matt Harbison |
ui: delete local variables instead of setting to `None`
|
Wed, 11 Dec 2019 15:06:09 -0800 |
Martin von Zweigbergk |
config: close file even if we fail to read it
|
Wed, 11 Dec 2019 15:33:07 -0800 |
Martin von Zweigbergk |
config: catch intended exception when failing to parse config
|
Sat, 14 Dec 2019 18:31:50 -0500 |
Matt Harbison |
ui: convert exception data to bytes when printing chained exception info
|
Sat, 14 Dec 2019 18:23:37 -0500 |
Matt Harbison |
ui: use a context manager to handle file streams in edit()
|
Sun, 01 Dec 2019 18:46:10 -0500 |
Matt Harbison |
cleanup: fix docstring formatting
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Sat, 02 Nov 2019 15:33:39 -0700 |
Gregory Szorc |
ui: flush before prompting for input with readline
stable
|