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
|