mercurial/dispatch.py
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
Fri, 08 Apr 2016 18:35:49 +0000 timeless help: report source of aliases
Tue, 05 Apr 2016 20:01:23 +0100 Martijn Pieters dispatch: split out warning message generation to separate function
Mon, 04 Apr 2016 17:27:37 +0100 Martijn Pieters dispatch: factor out command failure handling into a function
Wed, 30 Mar 2016 02:10:44 +0900 FUJIWARA Katsunori registrar: add templatefunc to mark a function as template function (API)
Wed, 30 Mar 2016 02:10:44 +0900 FUJIWARA Katsunori registrar: add templatefilter to mark a function as template filter (API)
Sat, 09 Jan 2016 22:46:26 +0900 Yuya Nishihara dispatch: show deprecation warning if command has no attributes (issue5137)
Mon, 14 Mar 2016 00:14:43 +0900 Yuya Nishihara dispatch: extract function that tests command attributes
Mon, 14 Mar 2016 00:06:52 +0900 Yuya Nishihara dispatch: make cmdalias forward command attributes to function
Sun, 13 Mar 2016 05:17:06 +0900 FUJIWARA Katsunori registrar: add templatekeyword to mark a function as template keyword (API)
Mon, 14 Mar 2016 11:06:34 +0000 Jun Wu dispatch: flush ui before returning from dispatch
Sun, 27 Dec 2015 13:38:46 +0900 Yuya Nishihara dispatch: catch KeyboardInterrupt more broadly
Mon, 14 Mar 2016 12:32:09 +0000 Jun Wu dispatch: extract common logic for handling ParseError
Fri, 11 Mar 2016 04:14:54 +0900 FUJIWARA Katsunori registrar: add filesetpredicate to mark a function as fileset predicate
Tue, 08 Mar 2016 23:04:53 +0900 FUJIWARA Katsunori revset: replace extpredicate by revsetpredicate of registrar
Tue, 08 Mar 2016 23:04:53 +0900 FUJIWARA Katsunori dispatch: make loading extra information from extension extensible
Fri, 01 Jan 2016 22:16:25 +0900 Yuya Nishihara dispatch: store norepo/optionalrepo/inferrepo attributes in function (API)
Fri, 26 Feb 2016 15:07:58 +0000 Jun Wu dispatch: add wd parameter to _getlocal
Mon, 08 Feb 2016 15:35:30 -0800 Tony Tung dispatch: strip command line options like config file options
Mon, 04 Jan 2016 21:40:05 +0900 Yuya Nishihara dispatch: copy inferrepo attribute to alias commands
Wed, 23 Dec 2015 08:52:52 +0000 timeless error: make InterventionRequired take a hint
Mon, 04 Jan 2016 21:52:44 -0800 Bryan O'Sullivan dispatch: report similar names consistently
Sun, 21 Jun 2015 21:45:41 -0700 Gregory Szorc dispatch: use print function
Wed, 23 Dec 2015 17:39:32 +0000 timeless error: make ParseError inherit from HintException
Wed, 09 Dec 2015 05:56:54 +0000 timeless help: fix help -c/help -e/help -k
Tue, 24 Nov 2015 14:23:46 -0800 Gregory Szorc dispatch: use versiontuple()
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Wed, 30 Sep 2015 15:43:49 -0500 Matt Mackall urls: bulk-change primary website URLs
Fri, 25 Sep 2015 11:16:20 -0400 Jordi Gutiérrez Hermoso dispatch: don't stack trace on commands like `hg .log`
Thu, 24 Sep 2015 10:15:37 +0300 Daniel Colascione dispatch: stop warning about EPIPE in --debug mode
Fri, 11 Sep 2015 12:45:19 -0700 Pierre-Yves David traceback: allow providing a local support contact point
Thu, 17 Sep 2015 11:50:55 -0700 Pierre-Yves David dispatch: pre-indent the extensions blaming logic
Sun, 13 Sep 2015 16:30:21 -0400 Jordi Gutiérrez Hermoso dispatch: use the right context manager to deactivate demandimport
Thu, 10 Sep 2015 09:30:10 -0400 Jordi Gutiérrez Hermoso dispatch: disable demandimport when invoking the debugger
Tue, 08 Sep 2015 11:39:52 -0700 Durham Goode profiling: allow logging profile to the blackbox
Mon, 07 Sep 2015 11:35:40 -0700 Durham Goode profiling: add config option for enabling profiling
Mon, 31 Aug 2015 23:29:15 +0900 Yuya Nishihara dispatch: error out on invalid -R path even if optionalrepo (issue4805) (BC)
Sat, 08 Aug 2015 14:42:48 -0700 Gregory Szorc dispatch: use absolute_import
less more (0) -300 -100 -60 tip