mercurial at 3877: 2 new changesets

Christian Ebert blacktrash at gmx.net
Fri Dec 15 22:29:09 UTC 2006


* Matt Mackall on Friday, December 15, 2006 at 12:34:55 -0600:
> I've pushed a temporary fix:
> 
> diff -r 070628929e1f -r f47afa2401a2 mercurial/demandimport.py
> --- a/mercurial/demandimport.py Fri Dec 15 01:17:04 2006 -0600
> +++ b/mercurial/demandimport.py Fri Dec 15 12:38:18 2006 -0600
> @@ -92,7 +92,7 @@ def _demandimport(name, globals=None, lo
>                  setattr(mod, x, _demandmod(x, mod.__dict__,
> 		 mod.__dict__))
>          return mod
> 
> -ignore = []
> +ignore = ['_hashlib', 'email.mime']
> 
>  def enable():
>      "enable global demand-loading of modules"
> 
> 
> This lets it pass tests on 2.5 for me.

Same here, except for test-parse-date (expected due to broken
locale on MacOS X) and test-hup (which is unrelated to this).

Thanks a lot for the quick fix!

c
-- 
So is das Leben / Eben. / Eben und flach. / Ach.
---> <http://www.blacktrash.org/hanullmann/hanullmann.html>



More information about the Mercurial-devel mailing list