log mercurial/extensions.py @ 9189:c2041f80f22a

age author description
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