Mercurial > public > mercurial-scm > hg
log mercurial/extensions.py @ 33125:acfce52518c4
age | author | description |
---|---|---|
Sat, 24 Jun 2017 02:39:20 +0900 | FUJIWARA Katsunori | extensions: register functions always at loading extension (issue5601) |
Fri, 23 Jun 2017 10:59:05 -0700 | Adam Simpkins | extensions: call afterloaded() with loaded=False for disabled extensions |
Tue, 06 Jun 2017 10:09:48 -0400 | Augie Fackler | extensions: catch uisetup and extsetup failures and don't let them break hg |
Thu, 08 Jun 2017 10:44:53 -0400 | Augie Fackler | extensions: move wrapfilecache function from fsmonitor |
Mon, 22 May 2017 01:17:49 -0700 | Jun Wu | profiling: allow loading profiling extension before everything else |
Mon, 22 May 2017 00:51:56 -0700 | Jun Wu | extensions: allow loading a whitelisted subset of extensions |
Sat, 09 Jan 2016 23:24:52 +0900 | Yuya Nishihara | extensions: show deprecation warning for the use of cmdutil.command |