mercurial/extensions.py
changeset 18692 af4387d8d1c7
parent 18629 013fcd112f13
child 19769 83d79a00cc24
--- a/mercurial/extensions.py	Wed Feb 13 12:51:30 2013 -0800
+++ b/mercurial/extensions.py	Thu Feb 14 13:56:02 2013 -0600
@@ -50,7 +50,6 @@
             raise
 
 def load(ui, name, path):
-    # unused ui argument kept for backwards compatibility
     if name.startswith('hgext.') or name.startswith('hgext/'):
         shortname = name[6:]
     else: