# HG changeset patch # User Brendan Cully # Date 1186688065 25200 # Node ID 1fd3248b8aa4f467fdc41cff25f52696f1859da7 # Parent b3cc62268a91936e577bcafbbc5d423a2892eb27 fix up previous commit for stable diff -r b3cc62268a91 -r 1fd3248b8aa4 mercurial/extensions.py --- 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