log mercurial/extensions.py @ 21001:c93bb6a08fa1

age author description
Wed, 05 Mar 2014 09:31:05 +0000 Ed Morley extensions: use normpath to allow trailing '\' on Windows (issue4187)
Sat, 01 Mar 2014 16:20:15 -0600 Matt Mackall extensions: remove the inotify extension (BC)
Sat, 21 Sep 2013 21:33:29 +0900 FUJIWARA Katsunori extensions: list up only enabled extensions, if "ui" is specified
Mon, 23 Sep 2013 20:23:25 +0900 FUJIWARA Katsunori help: use full name of extensions to look up them for keyword search stable
Thu, 14 Feb 2013 13:56:02 -0600 Kevin Bullock extensions: remove erroneous comment
Sat, 09 Feb 2013 11:00:42 +0100 Angel Ezquerra extensions: obsolete and remove interhg extension
Fri, 06 Jul 2012 18:41:25 +0200 Simon Heimberg hooks: print out more information when loading a python hook fails
Sun, 13 May 2012 04:06:07 -0500 Augie Fackler extensions.disabled: return {} instead of None no extensions are disabled
Fri, 11 May 2012 14:00:51 +0200 Martin Geisler extensions: don't suggest commands from deprecated extensions
Fri, 11 May 2012 04:33:33 -0500 Augie Fackler extensions: fix documentation of disabledcmd return value
Sat, 01 Oct 2011 16:42:39 -0400 Greg Ward extensions: print some debug info on import failure
Mon, 25 Jul 2011 16:24:37 -0500 Augie Fackler globally: use safehasattr(x, '__call__') instead of hasattr(x, '__call__')
Sat, 04 Jun 2011 20:19:30 +0900 Yuya Nishihara extensions: make disabled()/disabledext() load prebuilt index if available
Sat, 04 Jun 2011 20:01:01 +0900 Yuya Nishihara extensions: update doc of enabled() and disabled() according to d5b525697ddb
Mon, 23 May 2011 23:09:00 +0300 Idan Kamara extensions: raise when trying to find an extension that failed to load