# HG changeset patch # User Kevin Bullock # Date 1360871762 21600 # Node ID af4387d8d1c79ed597bdba7e8e41433efd5255ed # Parent 4f485bd68f1debb88d5022a732d85c8c225e91fc extensions: remove erroneous comment We actually -do- use the 'ui' argument to print a debug statement. diff -r 4f485bd68f1d -r af4387d8d1c7 mercurial/extensions.py --- 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: