log mercurial/ui.py @ 36910:98487ad0cf8b

age author description
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
Tue, 11 Apr 2017 14:54:12 -0700 Bryan O'Sullivan stdio: raise StdioError if something goes wrong in ui._write
Tue, 11 Apr 2017 14:54:12 -0700 Bryan O'Sullivan atexit: switch to home-grown implementation
Tue, 11 Apr 2017 14:54:12 -0700 Bryan O'Sullivan ui: add special-purpose atexit functionality
Thu, 13 Apr 2017 08:27:19 -0700 Jun Wu pager: set some environment variables if they're not set
Wed, 29 Mar 2017 21:43:38 +0900 Yuya Nishihara ui: use bytes IO and convert EOL manually in ui.editor()
Wed, 29 Mar 2017 21:23:28 +0900 Yuya Nishihara pycompat: provide bytes os.linesep
Sat, 25 Mar 2017 19:17:11 -0400 Matt Harbison ui: rerun color.setup() once the pager has spawned to honor 'color.pagermode'
Sat, 25 Mar 2017 21:12:00 -0400 Matt Harbison ui: defer setting pager related properties until the pager has spawned
Sun, 26 Mar 2017 21:43:47 -0700 Jun Wu pager: do not read from environment variable
Sun, 26 Mar 2017 21:41:42 -0700 Jun Wu ui: simplify geteditor
Sun, 26 Mar 2017 21:33:37 -0700 Jun Wu rcutil: let environ override system configs (BC)
Sun, 26 Mar 2017 21:04:29 -0700 Jun Wu rcutil: let rccomponents return different types of configs (API)
Sun, 26 Mar 2017 20:48:00 -0700 Jun Wu rcutil: rename rcpath to rccomponents (API)
Sun, 26 Mar 2017 20:18:42 -0700 Jun Wu rcutil: move scmutil.*rcpath to rcutil (API)
Fri, 24 Mar 2017 22:40:08 -0400 Matt Harbison pager: improve support for various flavors of `more` on Windows
Mon, 20 Mar 2017 00:19:33 -0400 Matt Harbison pager: fix the invocation of `more` on Windows
Tue, 21 Mar 2017 21:26:52 -0700 Martin von Zweigbergk plain: ignore [commands] config
Mon, 20 Mar 2017 05:08:21 -0700 Simon Farnsworth ui: restrict length of autogenerated blocked tags
Sun, 19 Mar 2017 01:38:10 -0400 Augie Fackler ui: convert to/from Unicode on Python 3 in ui.editor()
Sat, 25 Feb 2017 17:29:30 +0900 Yuya Nishihara pager: flush outputs before firing pager process
Fri, 17 Mar 2017 09:19:56 -0700 Jun Wu ui: move configlist parser to config.py
Wed, 15 Mar 2017 20:34:26 -0400 Augie Fackler pager: skip running the pager if it's set to 'cat'
Wed, 15 Mar 2017 20:33:47 -0400 Augie Fackler pager: avoid shell=True on subprocess.Popen for better errors (issue5491)
Sun, 12 Mar 2017 11:43:31 -0700 Martijn Pieters config: honour the trusted flag in ui.configbytes
Sun, 12 Mar 2017 01:59:23 -0500 Augie Fackler ui: portably bytestring-ify url object
Sat, 11 Mar 2017 20:51:09 -0500 Augie Fackler ui: check for --debugger in sys.argv using r-string to avoid bytes on py3