diff mercurial/extensions.py @ 18692:af4387d8d1c7

extensions: remove erroneous comment We actually -do- use the 'ui' argument to print a debug statement.
author Kevin Bullock <kbullock@ringworld.org>
date Thu, 14 Feb 2013 13:56:02 -0600
parents 013fcd112f13
children 83d79a00cc24
line wrap: on
line diff
--- 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: