log mercurial/dispatch.py @ 37084:f0b6fbea00cf

age author description
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Sun, 04 Mar 2018 15:24:45 -0500 Yuya Nishihara py3: use startswith() instead of slicing to detect leading whitespace
Mon, 05 Mar 2018 01:03:23 +0530 Pulkit Goyal py3: use util.forcebytestr to convert testedwith value to bytes
Sat, 03 Mar 2018 19:02:50 -0500 Kevin Bullock dispatch: don't clamp the range of the exit code twice
Sat, 03 Mar 2018 10:02:36 -0500 Yuya Nishihara py3: fix some unicode madness in global exception catcher
Fri, 02 Mar 2018 22:35:20 -0500 Yuya Nishihara py3: silence the final IOError by closing stdout/err slightly early
Fri, 02 Mar 2018 22:10:36 -0500 Yuya Nishihara py3: conditionalize initialization of stdio flags
Thu, 01 Mar 2018 08:45:34 -0500 Yuya Nishihara py3: use bytestr() to coerce position carried by ParseError to string
Sun, 11 Feb 2018 19:43:43 -0800 Gregory Szorc py3: convert traceback representation to bytes when logging
Wed, 07 Feb 2018 13:10:24 +0530 Pulkit Goyal py3: use pycompat.ziplist instead of zip
Sat, 27 Jan 2018 13:14:06 +0900 Yuya Nishihara py3: replace "if ispy3" by pycompat.sysbytes() or util.forcebytestr()
Sat, 27 Jan 2018 13:11:46 +0900 Yuya Nishihara py3: replace "if ispy3" by pycompat.bytestr()
Sun, 14 Jan 2018 20:06:56 -0800 Gregory Szorc dispatch: handle IOError when writing to stderr
Mon, 18 Dec 2017 17:33:43 -0800 Kyle Lippincott debug: add newlines at the end of three locations that appear to need it
Sun, 10 Dec 2017 04:46:13 +0530 Pulkit Goyal py3: handle keyword arguments correctly in dispatch.py
Thu, 23 Nov 2017 23:18:56 +0900 Yuya Nishihara dispatch: replace _earlygetopt(strip=True) with new parser
Thu, 23 Nov 2017 22:23:59 +0900 Yuya Nishihara dispatch: replace _earlyreq*() with new fancyopts-based parser
Sat, 25 Nov 2017 17:03:52 +0900 Yuya Nishihara dispatch: alias --repo to --repository while parsing early options
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
Thu, 30 Nov 2017 15:48:42 -0500 Augie Fackler merge with stable
Wed, 29 Nov 2017 08:40:58 +0530 Pulkit Goyal py3: use pycompat.maplist() instead of map()
Wed, 29 Nov 2017 04:47:27 +0530 Pulkit Goyal py3: add b'' to regular expressions which are raw strings
Sat, 11 Nov 2017 12:40:13 +0900 Yuya Nishihara dispatch: verify result of early command parsing stable
Sat, 11 Nov 2017 17:55:15 +0900 Yuya Nishihara dispatch: convert non-list option parsed by _earlygetopt() to string stable
Sat, 11 Nov 2017 16:46:41 +0900 Yuya Nishihara dispatch: add option to not strip command args parsed by _earlygetopt() stable
Tue, 14 Nov 2017 00:25:59 +0900 Yuya Nishihara dispatch: fix early parsing of short option with value like -R=foo stable
Sat, 11 Nov 2017 14:02:41 +0900 Yuya Nishihara dispatch: abort if early boolean options can't be parsed stable
Fri, 10 Nov 2017 22:27:26 +0900 Yuya Nishihara dispatch: stop parsing of early boolean option at "--" stable
Fri, 10 Nov 2017 22:22:39 +0900 Yuya Nishihara dispatch: extract stub function to peek boolean command option stable
Sat, 11 Nov 2017 12:09:19 +0900 Yuya Nishihara dispatch: do not drop unpaired argument at _earlygetopt() stable
Wed, 20 Sep 2017 04:47:43 +0530 Pulkit Goyal registrar: add support for storing the type of command in func object
Mon, 09 Oct 2017 12:42:28 -0700 Jun Wu dispatch: when --pager=no is passed, also disable pager on req.repo.ui
Mon, 02 Oct 2017 07:18:24 +0100 Yuya Nishihara dispatch: move initialization of sys.std* files
Mon, 02 Oct 2017 06:52:10 +0100 Yuya Nishihara py3: work around the scope of exception variable in dispatch.run()
Fri, 29 Sep 2017 15:48:34 +0000 Alex Gaynor style: never use a space before a colon or comma
Sat, 23 Sep 2017 13:46:12 -0700 Jun Wu alias: make alias command lazily resolved
Sat, 23 Sep 2017 13:31:09 -0700 Jun Wu alias: test duplicated definition earlier
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Tue, 05 Sep 2017 13:37:36 -0700 Jun Wu wrapfunction: use functools.partial if possible
Tue, 22 Aug 2017 20:03:07 -0400 Augie Fackler python3: wrap all uses of <exception>.strerror with strtolocal
Tue, 01 Aug 2017 18:52:52 +0900 FUJIWARA Katsunori ui: enable pager always for explicit --pager=on (issue5580) stable
Fri, 14 Jul 2017 14:22:40 -0700 Jun Wu codemod: register core configitems using a script
Sat, 24 Jun 2017 02:39:21 +0900 FUJIWARA Katsunori dispatch: remove unused _loaded
Sat, 24 Jun 2017 02:39:20 +0900 FUJIWARA Katsunori extensions: register functions always at loading extension (issue5601)
Fri, 09 Jun 2017 12:29:29 +0100 Pierre-Yves David profile: drop maybeprofile
Fri, 09 Jun 2017 12:36:07 +0100 Pierre-Yves David profile: support --profile in alias and abbreviated version (--prof)
Sun, 23 Apr 2017 00:31:29 +0900 Yuya Nishihara dispatch: do not close stdout and stderr, just flush() instead
Sat, 03 Jun 2017 16:33:28 -0400 Augie Fackler merge with stable
Sun, 28 May 2017 15:47:00 -0400 Augie Fackler dispatch: convert exception payload to bytes more carefully
Sun, 21 May 2017 16:57:32 +0900 Yuya Nishihara help: pass commands module by argument
Tue, 23 May 2017 03:29:23 +0900 FUJIWARA Katsunori dispatch: setup color before pager for correct console information on windows stable
Sat, 29 Apr 2017 21:39:47 -0700 Jun Wu dispatch: make request accept additional reposetups
Thu, 04 May 2017 17:13:12 +0900 Yuya Nishihara debugcommands: use temporary dict for its command table
Sun, 14 May 2017 15:41:27 +0900 Yuya Nishihara error: add hint to ProgrammingError
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Thu, 04 May 2017 00:44:53 +0530 Pulkit Goyal py3: make adefaults keys str to be compatible with getattr
Fri, 21 Apr 2017 01:13:18 +0530 Pulkit Goyal py3: use %d instead of %s for integers
Sat, 22 Apr 2017 15:00:17 -0700 Jun Wu dispatch: take over SignalInterrupt handling from scmutil
Tue, 18 Apr 2017 12:24:34 -0400 Augie Fackler freeze: merge default into stable for 4.2 code freeze stable 4.2-rc
Wed, 12 Apr 2017 11:23:55 -0700 Augie Fackler dispatch: protect against malicious 'hg serve --stdio' invocations (sec) stable 4.1.3
Mon, 17 Apr 2017 23:53:19 +0900 Yuya Nishihara dispatch: ignore further SIGPIPE while handling KeyboardInterrupt
Sat, 15 Apr 2017 13:02:34 +0900 Yuya Nishihara dispatch: print traceback in scmutil.callcatch() if --traceback specified
Sat, 15 Apr 2017 12:58:06 +0900 Yuya Nishihara dispatch: mark callcatch() as a private function
Tue, 11 Apr 2017 14:54:12 -0700 Bryan O'Sullivan stdio: catch StdioError in dispatch.run and clean up appropriately
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
Sun, 26 Mar 2017 20:49:18 +0530 Pulkit Goyal dispatch: use pycompat.maplist() instead of map() to get a list
Sun, 19 Mar 2017 14:17:07 -0400 Augie Fackler dispatch: use pycompat.maplist to allow summing with args
Sun, 19 Mar 2017 14:23:30 -0400 Augie Fackler dispatch: replace mayberepr with shellquote
Sun, 19 Mar 2017 00:22:04 -0400 Augie Fackler dispatch: ensure repr is bytes in _mayberepr
Sun, 19 Mar 2017 00:21:26 -0400 Augie Fackler dispatch: extract maybe-use-repr formatting to helper function
Sun, 19 Mar 2017 00:18:53 -0400 Augie Fackler dispatch: consolidate formatting of arguments
Fri, 17 Mar 2017 05:10:58 +0530 Pulkit Goyal py3: make the regular expression bytes to prevent TypeError
Fri, 03 Mar 2017 14:43:27 -0500 Augie Fackler dispatch: enforce bytes when converting boolean flags to config items
Wed, 08 Mar 2017 18:32:42 -0500 Augie Fackler dispatch: add pagination of two more help cases
Mon, 06 Mar 2017 03:25:44 -0800 Simon Farnsworth dispatch: set a blockedtag when running an external alias
Fri, 03 Mar 2017 13:29:50 -0500 Augie Fackler dispatch: cope with sys.version being unicode on Python 3
Fri, 03 Mar 2017 13:29:25 -0500 Augie Fackler dispatch: allow testedwith to be bytes or str
Sat, 25 Feb 2017 19:44:23 +0100 Pierre-Yves David color: add a 'ui.color' option to control color behavior
Tue, 21 Feb 2017 18:20:12 +0100 Pierre-Yves David color: move triggering of the initialisation logic in core
Tue, 21 Feb 2017 14:20:05 -0500 Augie Fackler dispatch: rearrange 'unknown command' code to better employ pager
Sun, 19 Feb 2017 20:16:11 -0500 Augie Fackler dispatch: consolidate pager flag handling to a single place
Sun, 19 Feb 2017 20:12:52 -0500 Augie Fackler ui: rename neverpager to disablepager
Wed, 15 Feb 2017 17:48:03 -0500 Augie Fackler ui: introduce neverpager() call
Wed, 15 Feb 2017 17:47:57 -0500 Augie Fackler pager: move more behavior into core
Wed, 15 Feb 2017 13:17:45 -0800 Simon Farnsworth ui: provide a mechanism to track and log blocked time
Wed, 15 Feb 2017 13:17:39 -0800 Simon Farnsworth mercurial: switch to util.timer for all interval timings
Mon, 13 Feb 2017 20:47:41 -0800 Bryan O'Sullivan dispatch: start profiling earlier
Mon, 13 Feb 2017 20:44:20 -0800 Bryan O'Sullivan dispatch: move detection of profiling earlier during startup
Mon, 13 Feb 2017 16:35:49 +0100 Pierre-Yves David dispatch: load debugcommand before extension
Sun, 25 Dec 2016 03:06:55 +0530 Pulkit Goyal py3: have a bytes version of shlex.split()
Fri, 18 Nov 2016 18:18:15 +0100 Pierre-Yves David color: load 'colortable' from extension using an 'extraloader'
Tue, 13 Dec 2016 20:53:40 +0530 Pulkit Goyal py3: make keys of keyword arguments strings
Tue, 06 Dec 2016 06:27:58 +0530 Pulkit Goyal fancyopts: switch from fancyopts.getopt.* to getopt.*
Sat, 22 Oct 2016 14:35:10 +0900 Yuya Nishihara ui: factor out ui.load() to create a ui without loading configs (API)
Thu, 24 Nov 2016 00:48:40 +0000 Jun Wu dispatch: move part of callcatch to scmutil
Wed, 23 Nov 2016 00:03:11 +0530 Pulkit Goyal py3: use pycompat.getcwd() instead of os.getcwd()
Tue, 22 Nov 2016 18:46:50 +0530 Pulkit Goyal py3: add os.getcwdb() to have bytes path
Mon, 21 Nov 2016 21:51:23 -0500 Augie Fackler dispatch: stop supporting non-use of @command
Thu, 20 Oct 2016 23:53:36 +0900 Yuya Nishihara py3: bulk replace sys.stdin/out/err by util's
Mon, 21 Nov 2016 15:35:22 +0530 Pulkit Goyal py3: use pycompat.sysargv in dispatch.run()
Wed, 17 Aug 2016 21:07:38 -0700 Gregory Szorc debugcommands: introduce standalone module for debug commands
Thu, 22 Sep 2016 12:36:30 -0700 Arun Kulshreshtha dispatch: make hg --profile wrap reposetup
Thu, 22 Sep 2016 12:19:48 -0700 Arun Kulshreshtha dispatch: change indentation level in _dispatch()
Sat, 27 Aug 2016 00:00:28 +0900 Yuya Nishihara extensions: use ismoduleinternal() thoroughly
Tue, 23 Aug 2016 16:40:08 -0400 Augie Fackler blackbox: also log alias expansions
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
Thu, 18 Aug 2016 11:32:02 -0400 Augie Fackler dispatch: explicitly pass fancyopts optional arg as a keyword
Sun, 14 Aug 2016 17:51:12 -0700 Gregory Szorc profiling: add a context manager that no-ops if profiling isn't enabled
Sun, 14 Aug 2016 18:25:22 -0700 Gregory Szorc profiling: make profiling functions context managers (API)
Sun, 14 Aug 2016 16:35:58 -0700 Gregory Szorc dispatch: set profiling.enabled when profiling is enabled
Sun, 14 Aug 2016 16:30:44 -0700 Gregory Szorc profiling: move profiling code from dispatch.py (API)
Tue, 09 Aug 2016 16:45:28 +0100 Jun Wu dispatch: split global error handling out so it can be reused
Sat, 07 May 2016 14:12:23 +0100 Jun Wu dispatch: always load extensions before running shell aliases (issue5230)
Thu, 28 Apr 2016 10:37:47 -0400 Jordi GutiƩrrez Hermoso dispatch: add fail-* family of hooks
Thu, 05 May 2016 00:40:01 -0700 Gregory Szorc dispatch: stop setting web.cacerts=! to indicate --insecure
Thu, 05 May 2016 00:34:22 -0700 Gregory Szorc dispatch: set ui.insecureconnections when --insecure is used
Sat, 07 May 2016 00:16:58 +0100 Jun Wu dispatch: defer environment variable resolution in alias commands (BC)
Sun, 10 Apr 2016 20:55:37 +0000 timeless pycompat: switch to util.stringio for py3 compat