mercurial/ui.py
Tue, 31 May 2022 22:50:01 +0200 Manuel Jacob py3: catch FileNotFoundError instead of checking errno == ENOENT
Wed, 13 Apr 2022 15:02:01 -0400 Matt Harbison windows: disable pager when packaged with py2exe
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Tue, 01 Mar 2022 20:52:32 -0800 Gregory Szorc py3: replace pycompat.itervalues(x) with x.values()
Tue, 08 Mar 2022 10:58:22 +0100 Gregory Szorc ui: use input() directly
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 18 Jun 2021 15:48:51 -0700 Martin von Zweigbergk ui: add a context manager for silencing the ui (pushbuffer+popbuffer)
Fri, 09 Apr 2021 17:04:39 +0200 Pierre-Yves David config: add an experimental option to list all known config
Fri, 11 Jun 2021 23:57:14 -0400 Matt Harbison py3: byteify the version string passed to the deprecation warning method
Thu, 15 Apr 2021 20:13:29 +0200 Pierre-Yves David urlutil: move url "fixing" at the time of `ui.paths` initialization
Mon, 17 May 2021 15:05:24 +0200 Raphaël Gomès branching: merge stable into default
Fri, 16 Apr 2021 01:18:28 +0200 Pierre-Yves David parselist: move the function from config to stringutil
Wed, 12 May 2021 12:41:52 -0400 Matt Harbison util: avoid echoing the password to the console on Windows py3 (issue6446) stable
Thu, 15 Apr 2021 10:05:51 +0200 Pierre-Yves David urlutil: deprecate `getpath`
Thu, 15 Apr 2021 01:03:12 +0200 Pierre-Yves David ui: deprecated `ui.expandpath`
Mon, 12 Apr 2021 03:01:04 +0200 Pierre-Yves David urlutil: extract `url` related code from `util` into the new module
Sun, 11 Apr 2021 23:54:35 +0200 Pierre-Yves David urlutil: extract `path` related code into a new module
Wed, 24 Mar 2021 00:04:58 +0100 Pierre-Yves David path: error out if the `path://` reference point to an unknown path
Tue, 23 Mar 2021 23:55:33 +0100 Pierre-Yves David path: forbid chaining `path://` definitions
Thu, 18 Mar 2021 12:02:01 +0100 Pierre-Yves David path: introduce a `path://` syntax to reference other path name
Sun, 21 Mar 2021 16:31:42 +0100 Pierre-Yves David path: extract sub-option logic into its own method
Sun, 21 Mar 2021 17:52:15 +0100 Pierre-Yves David path: extract the path validation logic into its own submethod
Thu, 18 Mar 2021 10:12:55 +0100 Pierre-Yves David path: move handling of "default" (*) suboptions value inside __init__
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Thu, 11 Mar 2021 11:22:54 +0100 Pierre-Yves David paths: add a `*` special path to define default sub option
Thu, 11 Mar 2021 17:26:49 +0100 Pierre-Yves David ui: pass a `ui` object to `paths.getpath`
Fri, 29 Jan 2021 12:17:11 +0100 Pierre-Yves David config: use level to properly deal with value priority
Fri, 29 Jan 2021 11:21:49 +0100 Pierre-Yves David config: track the "level" of a value
Sat, 30 Jan 2021 00:32:42 +0100 Pierre-Yves David config: use a new `alter` method in `fixconfig`
Wed, 10 Feb 2021 19:23:56 +0100 Pierre-Yves David tweak-default: no longer enable the experimental return code stable
Wed, 13 Jan 2021 18:29:19 +0100 Pierre-Yves David ui: add a "config_default" method
Thu, 03 Dec 2020 14:15:39 -0500 Augie Fackler merge with stable
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
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
Mon, 07 Jan 2019 23:55:26 -0800 Martin von Zweigbergk progress: write ui.progress() in terms of ui.makeprogress()
Fri, 28 Dec 2018 12:51:47 -0800 Kyle Lippincott procutil: correct spelling of uninterruptable -> uninterruptible
Mon, 10 Dec 2018 20:06:58 +0000 Gregory Szorc progress: avoid ui.configbool() lookup when progress bar is active
Sat, 15 Dec 2018 16:24:08 +0900 Yuya Nishihara ui: install logger that sends debug.extensions messages to stderr
Sun, 11 Nov 2018 19:36:21 +0900 Yuya Nishihara ui: pass in bytes opts dict to logger.log()
Sun, 11 Nov 2018 19:35:33 +0900 Yuya Nishihara ui: pass in formatted message to logger.log()
Sun, 11 Nov 2018 17:34:46 +0900 Yuya Nishihara blackbox: send debug message to logger by core ui
Sun, 11 Nov 2018 18:08:33 +0900 Yuya Nishihara ui: manage logger instances and event filtering by core ui
Sun, 11 Nov 2018 17:59:23 +0900 Yuya Nishihara ui: unify argument name of ui.log()
Wed, 17 Oct 2018 17:15:42 -0400 Augie Fackler histedit: import chistedit curses UI from hg-experimental
Sun, 04 Nov 2018 12:51:14 +0900 Yuya Nishihara commandserver: send raw progress information to message channel
Sun, 04 Nov 2018 12:38:49 +0900 Yuya Nishihara commandserver: make getpass() request distinct from normal prompt
Sun, 04 Nov 2018 12:17:20 +0900 Yuya Nishihara commandserver: attach prompt default and choices to message
Sun, 18 Jan 2015 17:55:28 +0900 Yuya Nishihara ui: extract helpers to write message with type or label
Sun, 18 Jan 2015 18:49:59 +0900 Yuya Nishihara commandserver: add experimental option to use separate message channel
Sun, 18 Jan 2015 18:43:23 +0900 Yuya Nishihara dispatch: pass around ui.fmsg channel
Sat, 10 Nov 2018 12:07:26 +0900 Yuya Nishihara merge with stable
Sat, 03 Nov 2018 19:42:50 +0900 Yuya Nishihara ui: add config knob to redirect status messages to stderr (API)
Sat, 03 Nov 2018 20:53:31 +0900 Yuya Nishihara ui: hide fin/fout/ferr attributes behind @property functions
Sun, 18 Jan 2015 17:42:53 +0900 Yuya Nishihara ui: label prompt and echo messages
Sat, 03 Nov 2018 18:17:30 +0900 Yuya Nishihara ui: add inner function to select write destination
Sat, 03 Nov 2018 18:04:22 +0900 Yuya Nishihara ui: remove _write() and _write_err() functions
Sat, 03 Nov 2018 18:03:09 +0900 Yuya Nishihara ui: move pre/post processes from low-level write()s to _writenobuf()
Sat, 03 Nov 2018 17:56:17 +0900 Yuya Nishihara ui: pass in file object to _writenobuf()
Sat, 03 Nov 2018 17:47:23 +0900 Yuya Nishihara ui: wrap whole _write() block with timeblockedsection
Sat, 03 Nov 2018 17:43:57 +0900 Yuya Nishihara ui: indent _writenobuf() to prepare moving bits from _write() functions
Sat, 03 Nov 2018 17:42:05 +0900 Yuya Nishihara ui: simply concatenate messages before applying color labels
Sat, 03 Nov 2018 17:36:10 +0900 Yuya Nishihara ui: simplify interface of low-level write() functions
Sat, 03 Nov 2018 17:32:35 +0900 Yuya Nishihara ui: factor out function that writes data to fout/ferr with labeling
less more (0) -120 tip