diff mercurial/dispatch.py @ 11556:c20c2c4c0c63

merge stable to default
author Henrik Stuart <hg@hstuart.dk>
date Wed, 14 Jul 2010 20:41:01 +0200
parents 24965bb270b7 d8d0fc3988ca
children 6381fa7bfa53
line wrap: on
line diff
--- a/mercurial/dispatch.py	Wed Jul 14 19:44:49 2010 +0200
+++ b/mercurial/dispatch.py	Wed Jul 14 20:41:01 2010 +0200
@@ -398,6 +398,8 @@
     # times so we keep track of configured extensions in _loaded.
     extensions.loadall(lui)
     exts = [ext for ext in extensions.extensions() if ext[0] not in _loaded]
+    # Propagate any changes to lui.__class__ by extensions
+    ui.__class__ = lui.__class__
 
     # (uisetup and extsetup are handled in extensions.loadall)