author | Brendan Cully <brendan@kublai.com> |
Thu, 09 Aug 2007 12:34:25 -0700 | |
changeset 5088 | 1fd3248b8aa4 |
parent 5087 | b3cc62268a91 |
child 5089 | 9b5ae133bd5a |
child 5152 | 4f648e95caca |
--- a/mercurial/extensions.py Wed Aug 08 18:04:06 2007 -0700 +++ b/mercurial/extensions.py Thu Aug 09 12:34:25 2007 -0700 @@ -24,7 +24,7 @@ def load(ui, name, path): if name in _extensions: return - _extensions[shortname] = None + _extensions[name] = None if path: # the module will be loaded in sys.modules # choose an unique name so that it doesn't