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
|
Fri, 13 May 2011 12:57:27 -0500 |
Matt Mackall |
help: consolidate topic hooks in help.py
|
Fri, 13 May 2011 11:04:51 -0500 |
Matt Mackall |
extensions: move moduledoc to break import loop with help
|
Fri, 13 May 2011 11:04:51 -0500 |
Matt Mackall |
extensions: drop maxlength from enabled and disabled
|
Sat, 30 Apr 2011 18:27:39 +0200 |
Kevin Gessner |
extensions: obsolete and remove parentrevspec extension
|
Thu, 10 Feb 2011 13:46:28 -0600 |
Matt Mackall |
bookmarks: move push/pull command features to core
|
Thu, 10 Feb 2011 13:46:27 -0600 |
Matt Mackall |
extensions: add an ignore list for old extensions
|
Sun, 26 Dec 2010 00:43:49 +0100 |
Mads Kiilerich |
extensions: warn about invalid extensions when listing disabled commands
|
Tue, 19 Oct 2010 13:43:40 +0200 |
Erik Zielke |
extensions.load: return module
|
Fri, 09 Jul 2010 11:04:00 +0200 |
Dan Villiom Podlaski Christiansen |
extensions: add a few assertions to wrapfunction() and wrapcommand().
stable
|
Fri, 09 Jul 2010 11:13:45 +0200 |
Dan Villiom Podlaski Christiansen |
extensions: improve language for wrapfunction() docstring.
stable
|
Fri, 09 Jul 2010 10:57:57 +0200 |
Dan Villiom Podlaski Christiansen |
extensions: add docstring for wrapcommand().
stable
|
Tue, 15 Jun 2010 13:04:22 -0400 |
Greg Ward |
extensions: recommend against using wrapfunction for repo methods
|
Sun, 07 Feb 2010 14:01:43 +0100 |
Brodie Rao |
dispatch: provide help for disabled extensions and commands
|
Sun, 07 Feb 2010 11:32:08 +0100 |
Brodie Rao |
extensions: refactor disabled()
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Sat, 31 Oct 2009 17:04:46 +0100 |
Benoit Boissinot |
pychecker: remove unused local variables
|
Wed, 28 Oct 2009 23:55:23 +0900 |
Yuya Nishihara |
extensions: changed to call extsetup() from extensions.loadall()
|
Mon, 19 Oct 2009 22:19:28 +0300 |
Alexander Solovyov |
make path expanding more consistent
|
Sat, 29 Aug 2009 00:29:16 +0200 |
Martin Geisler |
extensions: load and configure extensions in well-defined phases
|
Mon, 13 Jul 2009 09:50:26 +0900 |
Nicolas Dumazet |
for calls expecting bool args, pass bool instead of int
|
Sat, 04 Jul 2009 12:06:33 +0200 |
Cédric Duval |
extensions: remove dead code
|