log mercurial/dispatch.py @ 30934:6d642ecf1a89

age author description
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