log mercurial/extensions.py @ 13368:d4ab9486e514

age author description
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
Mon, 29 Jun 2009 19:28:54 +0200 Cédric Duval extensions: catch OSError when hgext is not accessible (issue1708)
Sun, 21 Jun 2009 20:34:58 +0200 Cédric Duval extensions: remove import rendered unnecessary by e4e22a310b62
Sun, 21 Jun 2009 17:19:34 +0200 Cédric Duval extensions: use _order to determine if an extension is enabled
Sun, 21 Jun 2009 17:18:48 +0200 Cédric Duval extensions: check for path existence only when necessary
Sun, 21 Jun 2009 17:35:04 +0200 Dirkjan Ochtman extensions: remove now-useless pathdirs() function
Sun, 21 Jun 2009 16:35:44 +0200 Dirkjan Ochtman extensions: simplify by selecting primary hgext
Sun, 21 Jun 2009 16:32:00 +0200 Cédric Duval extensions: move extensions listing functions from mercurial.help
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall ui: print_exc() -> traceback()
Wed, 01 Apr 2009 12:11:14 +0300 Alexander Solovyov extensions loading: don't fail if path to extension ends with a '/'
Fri, 27 Mar 2009 01:28:09 +0200 Alexander Solovyov ability to load hooks from arbitrary python module
Mon, 23 Mar 2009 13:13:11 +0100 Peter Arrenbrecht cleanup: drop enumerate() when index is not used
Mon, 12 Jan 2009 11:48:05 -0600 Matt Mackall error: move SignalInterrupt
Tue, 18 Nov 2008 16:02:14 -0600 Matt Mackall dispatch: generalize signature checking for extension command wrapping
Fri, 14 Nov 2008 14:17:42 +0100 Dirkjan Ochtman extensions: copy __module__ for wrapped commands
Wed, 22 Oct 2008 17:34:50 -0500 Matt Mackall extensions: add wrapping functions
Tue, 09 Sep 2008 14:43:12 +0200 Benoit Boissinot Do not try to load extensions twice (issue811)
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Mon, 03 Mar 2008 12:46:57 -0500 Jesse Glick When failing to load an extension, show where Hg tried to load it from.
Tue, 18 Sep 2007 19:53:01 -0500 Steve Borho Allow explicit disabling of extensions
Fri, 17 Aug 2007 17:33:27 -0300 Alexis S. L. Carvalho Move cmdtable and reposetup handling out of extensions.py
Thu, 09 Aug 2007 12:35:10 -0700 Brendan Cully Merge with crew-stable
Thu, 09 Aug 2007 11:37:47 -0700 Brendan Cully Merge with crew-stable
Thu, 09 Aug 2007 12:34:25 -0700 Brendan Cully fix up previous commit for stable
Wed, 08 Aug 2007 18:04:06 -0700 Brendan Cully Cache extension load failures.
Mon, 30 Jul 2007 14:53:03 -0700 Bryan O'Sullivan extensions: don't get confused by aliasing between "foo" and "hgext.foo"
Thu, 05 Jul 2007 15:37:23 -0500 Matt Mackall extensions: untangle some recursive dependencies
Tue, 19 Jun 2007 08:51:34 +0200 Thomas Arendsen Hein Updated copyright notices and add "and others" to "hg version"
Tue, 19 Jun 2007 08:06:37 +0200 Thomas Arendsen Hein Cleanup of whitespace, indentation and line continuation.
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall extensions: pull extension-aware bits out of ui
Thu, 14 Jun 2007 11:33:32 +0200 Thomas Arendsen Hein merge with main
Wed, 13 Jun 2007 19:05:20 -0700 Brendan Cully extensions: fix load of module/__init__.py on OS X
Wed, 13 Jun 2007 13:46:40 -0700 Brendan Cully extensions: load modules in module/__init__.py form.
Wed, 13 Jun 2007 13:15:53 -0500 Matt Mackall extensions: fix lookup of hgext.foo modules
Tue, 12 Jun 2007 10:34:54 -0500 Matt Mackall extensions: add missing sys import
Mon, 11 Jun 2007 21:09:23 -0500 Matt Mackall Create a separate module for managing extensions