Fri, 07 Jul 2017 00:13:53 -0700 |
Martin von Zweigbergk |
dispatch: fix typo suggestion for disabled extension
|
file |
diff |
annotate
|
Sat, 17 Jun 2017 13:48:20 +0200 |
Pierre-Yves David |
configitems: add an official API for extensions to register config item
|
file |
diff |
annotate
|
Sat, 24 Jun 2017 02:39:20 +0900 |
FUJIWARA Katsunori |
extensions: register functions always at loading extension (issue5601)
|
file |
diff |
annotate
|
Fri, 23 Jun 2017 10:59:05 -0700 |
Adam Simpkins |
extensions: call afterloaded() with loaded=False for disabled extensions
|
file |
diff |
annotate
|
Tue, 06 Jun 2017 10:09:48 -0400 |
Augie Fackler |
extensions: catch uisetup and extsetup failures and don't let them break hg
|
file |
diff |
annotate
|
Thu, 08 Jun 2017 10:44:53 -0400 |
Augie Fackler |
extensions: move wrapfilecache function from fsmonitor
|
file |
diff |
annotate
|
Mon, 22 May 2017 01:17:49 -0700 |
Jun Wu |
profiling: allow loading profiling extension before everything else
|
file |
diff |
annotate
|
Mon, 22 May 2017 00:51:56 -0700 |
Jun Wu |
extensions: allow loading a whitelisted subset of extensions
|
file |
diff |
annotate
|
Sat, 09 Jan 2016 23:24:52 +0900 |
Yuya Nishihara |
extensions: show deprecation warning for the use of cmdutil.command
|
file |
diff |
annotate
|
Sat, 13 May 2017 15:41:50 +0900 |
Yuya Nishihara |
extensions: prohibit registration of command without using @command (API)
|
file |
diff |
annotate
|
Sun, 14 May 2017 15:46:45 +0900 |
Yuya Nishihara |
extensions: optionally print hint on import failure
|
file |
diff |
annotate
|
Fri, 10 Feb 2017 16:56:29 -0800 |
Martin von Zweigbergk |
cleanup: use set literals
|
file |
diff |
annotate
|
Wed, 03 May 2017 11:16:55 +0900 |
Yuya Nishihara |
cleanup: remove useless re-raises of KeyboardInterrupt
|
file |
diff |
annotate
|
Mon, 13 Mar 2017 09:12:56 -0700 |
Yuya Nishihara |
encoding: add converter between native str and byte string
|
file |
diff |
annotate
|
Mon, 13 Mar 2017 09:11:08 -0700 |
Yuya Nishihara |
encoding: factor out unicode variants of from/tolocal()
|
file |
diff |
annotate
|
Fri, 03 Mar 2017 14:08:02 -0500 |
Augie Fackler |
extensions: tapdance to get reasonable import error formatting
|
file |
diff |
annotate
|
Fri, 03 Mar 2017 13:32:10 -0500 |
Augie Fackler |
extensions: use [0:1] slice on config path instead of [0]
|
file |
diff |
annotate
|
Fri, 03 Mar 2017 13:27:21 -0500 |
Augie Fackler |
extensions: use inspect module instead of func_code.co_argcount
|
file |
diff |
annotate
|
Mon, 20 Feb 2017 18:40:42 +0530 |
Pulkit Goyal |
py3: use pycompat.fsencode() to convert __file__ to bytes
|
file |
diff |
annotate
|
Mon, 05 Dec 2016 06:46:51 +0530 |
Pulkit Goyal |
py3: use pycompat.fsdecode() to pass to imp.* functions
|
file |
diff |
annotate
|
Thu, 01 Dec 2016 13:12:04 +0530 |
Pulkit Goyal |
py3: use pycompat.sysstr() in __import__()
|
file |
diff |
annotate
|
Sun, 06 Nov 2016 06:54:31 +0530 |
Pulkit Goyal |
help: show help for disabled extensions (issue5228)
|
file |
diff |
annotate
|
Mon, 03 Oct 2016 03:37:10 +0100 |
Jun Wu |
extensions: move the "import" logic out from "load"
|
file |
diff |
annotate
|
Fri, 30 Sep 2016 00:27:35 +0200 |
Pierre-Yves David |
extensions: add a note about debug output during extensions search
|
file |
diff |
annotate
|
Fri, 30 Sep 2016 00:25:15 +0200 |
Pierre-Yves David |
extensions: fix a debug message when searching for extensions
|
file |
diff |
annotate
|
Thu, 01 Sep 2016 22:06:42 +0200 |
liscju |
help: show content for explicitly disabled extension (issue5228)
|
file |
diff |
annotate
|
Tue, 23 Aug 2016 11:26:08 -0400 |
Augie Fackler |
extensions: change magic "shipped with hg" string
|
file |
diff |
annotate
|
Wed, 10 Aug 2016 16:27:33 +0100 |
Jun Wu |
extensions: add unwrapfunction to undo wrapfunction
|
file |
diff |
annotate
|
Wed, 10 Aug 2016 15:21:42 +0100 |
Jun Wu |
extensions: add getwrapperchain to get a list of wrappers
|
file |
diff |
annotate
|
Wed, 10 Aug 2016 15:21:42 +0100 |
Jun Wu |
extensions: set attributes to wrappers so we can trace them back
|
file |
diff |
annotate
|