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
Sat, 03 Nov 2018 16:04:16 +0900 Yuya Nishihara ui: consolidate places where _progclear() is called
Mon, 05 Nov 2018 15:01:45 -0800 Kyle Lippincott tweakdefaults: remove commands.resolve.mark-check=abort, it is too broken stable
Sat, 13 Oct 2018 04:54:35 +0300 Pulkit Goyal py3: use stringutil.pprint() instead of '%r'
Wed, 26 Sep 2018 08:46:56 -0700 Gregory Szorc merge with stable
Fri, 21 Sep 2018 19:48:23 -0400 Matt Harbison py3: rename pycompat.getcwd() to encoding.getcwd() (API)
Wed, 26 Sep 2018 21:24:14 +0900 Yuya Nishihara chgserver: do not send system() back to client if stdio redirected (issue5992) stable
Sat, 15 Sep 2018 13:31:41 -0400 Matt Harbison py3: partially fix pager spawning on Windows
Sun, 26 Aug 2018 13:09:35 -0400 Valentin Gatien-Baron pager: do not enable when TERM=dumb
Fri, 03 Aug 2018 12:59:01 -0700 Kyle Lippincott resolve: add commands.resolve.mark-check=abort to tweakdefaults
Thu, 19 Jul 2018 23:22:05 -0700 Rodrigo Damazio Bovendorp dispatch: making all hg abortions be output with a specific label
Thu, 19 Jul 2018 15:21:28 -0400 Augie Fackler ui: fix implicit unicode-to-bytes conversion introduced in 9df29b7c62cf
Tue, 31 Jul 2018 13:46:57 -0700 Gregory Szorc ui: remove commands.status.terse=u from ui.tweakdefaults stable
Mon, 16 Jul 2018 11:38:56 -0700 Kyle Lippincott curses: use "text" interface if TERM=dumb
Wed, 11 Jul 2018 22:06:04 +0900 Yuya Nishihara grep: restore pre-9ef10437bb88 behavior, enable wdir search by tweakdefaults
Mon, 09 Jul 2018 10:07:20 -0400 Augie Fackler tweakdefaults: enable word-diff by default
Sun, 10 Jun 2018 17:07:29 +0900 Yuya Nishihara pycompat: move rapply() from util
Wed, 27 Jun 2018 10:47:14 -0400 Augie Fackler ui: add an uninterruptable context manager that can block SIGINT
Fri, 15 Jun 2018 22:37:01 -0700 Martin von Zweigbergk progress: create helper class for incrementing progress
Sat, 26 May 2018 12:14:04 +0900 Yuya Nishihara py3: wrap tempfile.mkstemp() to use bytes path
Mon, 14 May 2018 22:02:44 -0400 Augie Fackler status: add default of --terse=u to tweakdefaults (BC)
Wed, 09 May 2018 13:46:31 -0700 Martin von Zweigbergk tweakdefaults: remove "bisect" from commands.status.skipstates
Sat, 07 Apr 2018 21:23:42 +0900 Yuya Nishihara procutil: make explainexit() simply return a message (API)
Sun, 04 Mar 2018 17:11:33 -0500 Rodrigo Damazio help: supporting both help and doc for aliases
Sat, 24 Mar 2018 15:10:51 +0900 Yuya Nishihara procutil: bulk-replace function calls to point to new module
Sat, 24 Mar 2018 15:09:33 +0900 Yuya Nishihara procutil: bulk-replace util.std* to point to new module
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Sat, 10 Mar 2018 15:24:24 +0530 Pulkit Goyal tweakdefaults: add commands.status.verbose to tweakefaults
Sat, 10 Mar 2018 15:50:09 +0900 Yuya Nishihara ui: remove any combinations of CR|LF from prompt response
Tue, 06 Mar 2018 02:42:37 -0600 Yuya Nishihara ui: adjust Windows workaround to new _readline() code
Tue, 06 Mar 2018 02:38:53 -0600 Yuya Nishihara ui: do not use rawinput() when we have to replace sys.stdin/stdout
Tue, 06 Mar 2018 02:32:26 -0600 Yuya Nishihara ui: do not try readline support if fin/fout aren't standard streams
Tue, 06 Mar 2018 02:14:11 -0600 Yuya Nishihara ui: inline util.bytesinput() into ui._readline()
Sun, 04 Mar 2018 18:34:46 -0500 Yuya Nishihara py3: fix type of default username
Sun, 04 Mar 2018 16:01:18 -0500 Yuya Nishihara py3: fix type of ui.configitems(ignoresub=True) result
Sun, 04 Mar 2018 15:53:10 -0500 Yuya Nishihara py3: don't use str() to stringify pushloc
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
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
Sat, 30 Sep 2017 07:52:48 -0700 Martin von Zweigbergk merge with stable
Wed, 20 Sep 2017 09:55:52 -0700 Mark Thomas ui: check for progress singleton when clearing progress bar (issue5684) stable
Mon, 18 Sep 2017 13:37:00 -0400 Augie Fackler ui: fix progress debug log format strings to work on Python 3
Sun, 03 Sep 2017 17:47:21 +0900 Yuya Nishihara py3: convert function name to bytes in ui.configwith()
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Fri, 01 Sep 2017 20:28:26 +0000 Michael Bolin editor: file created for diff action should have .diff suffix
Wed, 30 Aug 2017 20:25:56 +0000 Michael Bolin editor: use an unambiguous path suffix for editor files
Wed, 30 Aug 2017 14:04:55 -0700 Jun Wu pager: do not start pager if `ui` has been `pushbuffer`-ed
Mon, 21 Aug 2017 21:35:06 -0700 Sean Farley merge with stable
Mon, 24 Jul 2017 14:38:40 -0400 Augie Fackler py3: introduce a wrapper for __builtins__.{raw_,}input()
Tue, 15 Aug 2017 13:04:31 -0700 Gregory Szorc ui: restore behavior to ignore some I/O errors (issue5658) stable
Thu, 10 Aug 2017 14:23:41 -0400 Augie Fackler merge with stable
Mon, 24 Jul 2017 13:48:32 -0400 Augie Fackler ui: refactor extractchoices so it doesn't break on Python 3
Thu, 03 Aug 2017 00:45:02 +0900 Yuya Nishihara py3: use bytes IO to write sample hgrc
Sat, 05 Aug 2017 13:19:09 -0700 Kostia Balytskyi ui: make sure buffer is flushed before waiting for user input (issue5587) stable
Tue, 01 Aug 2017 18:52:52 +0900 FUJIWARA Katsunori ui: enable pager always for explicit --pager=on (issue5580) stable
Mon, 24 Jul 2017 13:50:25 -0400 Augie Fackler ui: fix configbytes isinstance check to look for bytes and not str stable
Fri, 14 Jul 2017 14:22:40 -0700 Jun Wu codemod: register core configitems using a script
Wed, 12 Jul 2017 23:36:10 +0200 Boris Feld configitems: handle case were the default value is not static
Fri, 07 Jul 2017 08:33:10 +0200 David Demelier configitems: add alias support in config
Wed, 28 Jun 2017 13:50:20 +0200 Pierre-Yves David configitems: support callable as a default value
Sun, 25 Jun 2017 03:11:55 +0530 Pulkit Goyal py3: add b'' to make the regex pattern bytes
Fri, 23 Jun 2017 17:19:29 +0200 Pierre-Yves David configitems: register 'ui.interactive'
Sun, 25 Jun 2017 14:41:12 +0200 Pierre-Yves David config: use '_config' within 'configbytes'
Sun, 25 Jun 2017 14:38:56 +0200 Pierre-Yves David config: use '_config' within 'configbool'
Sun, 25 Jun 2017 14:34:34 +0200 Pierre-Yves David config: extract the core config logic into a private method
Sat, 17 Jun 2017 13:08:03 +0200 Pierre-Yves David configitems: issue a devel warning when overriding default config
Sat, 17 Jun 2017 12:15:28 +0200 Pierre-Yves David configitems: get default values from the central registry when available
Sat, 17 Jun 2017 18:43:27 +0200 Pierre-Yves David configitems: introduce a central registry for config option
Sat, 17 Jun 2017 12:51:37 +0200 Pierre-Yves David config: use the new '_unset' value for 'configsuboptions'
Sat, 17 Jun 2017 18:28:20 +0200 Pierre-Yves David config: use the 'config' method in 'configsuboptions'
Sat, 17 Jun 2017 12:52:02 +0200 Pierre-Yves David config: use the new '_unset' value for 'configpath'
Sat, 17 Jun 2017 12:54:45 +0200 Pierre-Yves David config: use the new '_unset' value for 'configdate'
Sat, 17 Jun 2017 12:54:04 +0200 Pierre-Yves David config: use the new '_unset' value for 'configlist'
Sat, 17 Jun 2017 12:53:51 +0200 Pierre-Yves David config: use the new '_unset' value for 'configbytes'
Sat, 17 Jun 2017 12:53:40 +0200 Pierre-Yves David config: use the new '_unset' value for 'configint'
Sat, 17 Jun 2017 12:52:31 +0200 Pierre-Yves David config: use the new '_unset' value for 'configwith'
Sat, 17 Jun 2017 12:52:16 +0200 Pierre-Yves David config: use the new '_unset' value for 'configbool'
Sat, 17 Jun 2017 12:51:11 +0200 Pierre-Yves David config: explicitly track the use of the standard default value
Wed, 14 Jun 2017 20:56:34 -0400 Augie Fackler ui: add support for a tweakdefaults knob
Sun, 18 Jan 2015 18:04:44 +0900 Yuya Nishihara formatter: add option to redirect output to file object
Wed, 24 May 2017 17:50:17 +0200 Boris Feld util: raise ParseError when parsing dates (BC)
Tue, 23 May 2017 15:44:50 +0200 Boris Feld ui: fix ui.configdate for invalid dates
Fri, 19 May 2017 12:07:41 +0200 Boris Feld ui: add the possiblity to get a date config field
Tue, 02 May 2017 17:18:13 +0200 Pierre-Yves David pager: drop the support for 'pager.enable=<bool>' stable
Mon, 01 May 2017 16:36:50 +0200 Pierre-Yves David pager: rename 'pager.enable' to 'ui.paginate' stable
Mon, 01 May 2017 18:07:23 +0200 Pierre-Yves David pager: advertise the config option in the default hgrc stable
Mon, 01 May 2017 15:51:57 +0200 Pierre-Yves David config: drop pager from the recommended extension stable
Mon, 01 May 2017 15:51:47 +0200 Pierre-Yves David config: use "churn" as an example extension stable
Mon, 01 May 2017 15:40:41 +0200 Pierre-Yves David color: point to the global help in the example hgrc stable
Mon, 01 May 2017 15:39:50 +0200 Pierre-Yves David color: reflect the new default in the example hgrc stable
Fri, 28 Apr 2017 20:51:14 +0900 Yuya Nishihara pager: use less as a fallback on Unix stable
Tue, 11 Apr 2017 14:54:12 -0700 Bryan O'Sullivan stdio: raise StdioError if something goes wrong in ui.flush
Tue, 11 Apr 2017 14:54:12 -0700 Bryan O'Sullivan stdio: raise StdioError if something goes wrong in ui._write_err
less more (0) -240 tip